Html Css Color HEX #484CE4 Neon Blue

📋 copy color: '#484CE4'

red 72 ◦ green 76 ◦ blue 228

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

Shades of Neon Blue #484CE4

Tints of Neon Blue #484CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 60.64%

R = 19.15%
G = 20.21%
B = 60.64%

CMYK

 C value IS 0.68

 M value IS 0.67

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#484CE4 (or 0x484CE4) is known color: Neon Blue. HEX triplet: 48, 4C and E4. RGB value is (72,76,228). Sum of RGB (Red+Green+Blue) = 72+76+228=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 228 (89.45% from 255 or 60.64% from 376); Max value from RGB is 228 - color contains mainly: blue. Hex color #484CE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484CE4 is #B7B31B. Grayscale: #5B5B5B. Windows color (decimal): -12038940 or 14961736. OLE color: 14961736.

HSL color Cylindrical-coordinate representation of color #484CE4: hue angle of 238.46º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #484CE4 is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 72 76 228 -
CMYK 0.68 0.67 0 0.11
HSL 238.46º 0.74% 0.59% -
HSV(B) 238.46º 0.68% 0.89% -
XYZ 19.26 12.15 74.73 -
YUV 92.13 204.67 113.64 -
System Red Green Blue C M Y K H S L
Decimal 72 76 228 0.68 0.67 0 0.11 238.46 0.74 0.59
Hex 48 4C E4 44 43 0 B EE 4A 3B
Octal 110 114 344 104 103 0 13 356 112 73
Binary 1001000 1001100 11100100 1000100 1000011 0 1011 11101110 1001010 111011

Color Harmonies of #484CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484CE4

Black with #484CE4

Text Example


Text Example

White with #484CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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