Html Css Color HEX #474CE8 Neon Blue

📋 copy color: '#474CE8'

red 71 ◦ green 76 ◦ blue 232

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

Shades of Neon Blue #474CE8

Tints of Neon Blue #474CE8

RGB

 RED value IS 71 (28.13% from 255) = 18.73%

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

 BLUE value IS 232 (91.02% from 255) = 61.21%

R = 18.73%
G = 20.05%
B = 61.21%

CMYK

 C value IS 0.69

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#474CE8 (or 0x474CE8) is known color: Neon Blue. HEX triplet: 47, 4C and E8. RGB value is (71,76,232). Sum of RGB (Red+Green+Blue) = 71+76+232=379 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.73% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 232 (91.02% from 255 or 61.21% from 379); Max value from RGB is 232 - color contains mainly: blue. Hex color #474CE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #474CE8 is #B8B317. Grayscale: #5B5B5B. Windows color (decimal): -12104472 or 15223879. OLE color: 15223879.

HSL color Cylindrical-coordinate representation of color #474CE8: hue angle of 238.14º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #474CE8 is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 71 76 232 -
CMYK 0.69 0.67 0 0.09
HSL 238.14º 0.78% 0.59% -
HSV(B) 238.14º 0.69% 0.91% -
XYZ 19.75 12.33 77.68 -
YUV 92.29 206.84 112.82 -
System Red Green Blue C M Y K H S L
Decimal 71 76 232 0.69 0.67 0 0.09 238.14 0.78 0.59
Hex 47 4C E8 45 43 0 9 EE 4E 3B
Octal 107 114 350 105 103 0 11 356 116 73
Binary 1000111 1001100 11101000 1000101 1000011 0 1001 11101110 1001110 111011

Color Harmonies of #474CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474CE8

Black with #474CE8

Text Example


Text Example

White with #474CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474CE8; }

 p { color: rgb(71,76,232); }

 H1.HeaderClassName
 {
   color: #474CE8;
 }
 .AnyTagClassName
 {
   color: #474CE8;
 }
</style>

background-color css

<style>
 a { background-color: #474CE8; }

 a { background-color: rgb(71,76,232); }

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

border-color css

<style>
 span { border-color: #474CE8; }

 span { border-color: rgb(71,76,232); }

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