Html Css Color HEX #484CFA Neon Blue

📋 copy color: '#484CFA'

red 72 ◦ green 76 ◦ blue 250

#484CFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #484CFA

Tints of Neon Blue #484CFA

RGB

 RED value IS 72 (28.52% from 255) = 18.09%

 GREEN value IS 76 (30.08% from 255) = 19.1%

 BLUE value IS 250 (98.05% from 255) = 62.81%

R = 18.09%
G = 19.1%
B = 62.81%

CMYK

 C value IS 0.71

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#484CFA (or 0x484CFA) is known color: Neon Blue. HEX triplet: 48, 4C and FA. RGB value is (72,76,250). Sum of RGB (Red+Green+Blue) = 72+76+250=398 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.09% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #484CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #484CFA is #B7B305. Grayscale: #5D5D5D. Windows color (decimal): -12038918 or 16403528. OLE color: 16403528.

HSL color Cylindrical-coordinate representation of color #484CFA: hue angle of 238.65º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #484CFA is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 76 250 -
CMYK 0.71 0.70 0 0.02
HSL 238.65º 0.95% 0.63% -
HSV(B) 238.65º 0.71% 0.98% -
XYZ 22.51 13.45 91.85 -
YUV 94.64 215.67 111.85 -
System Red Green Blue C M Y K H S L
Decimal 72 76 250 0.71 0.70 0 0.02 238.65 0.95 0.63
Hex 48 4C FA 47 46 0 2 EF 5F 3F
Octal 110 114 372 107 106 0 2 357 137 77
Binary 1001000 1001100 11111010 1000111 1000110 0 10 11101111 1011111 111111

Color Harmonies of #484CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484CFA

Black with #484CFA

Text Example


Text Example

White with #484CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484CFA; }

 p { color: rgb(72,76,250); }

 H1.HeaderClassName
 {
   color: #484CFA;
 }
 .AnyTagClassName
 {
   color: #484CFA;
 }
</style>

background-color css

<style>
 a { background-color: #484CFA; }

 a { background-color: rgb(72,76,250); }

 div.DivClassName
 {
   background-color: #484CFA;
 }
 .BgClassName
 {
   background-color: #484CFA;
 }
</style>

border-color css

<style>
 span { border-color: #484CFA; }

 span { border-color: rgb(72,76,250); }

 td.TdClassName
 {
   border-color: #484CFA;
 }
 .TagClassName
 {
   border-color: #484CFA;
 }
</style>