Html Css Color HEX #474EEC Neon Blue

📋 copy color: '#474EEC'

red 71 ◦ green 78 ◦ blue 236

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

Shades of Neon Blue #474EEC

Tints of Neon Blue #474EEC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.26%

 BLUE value IS 236 (92.58% from 255) = 61.3%

R = 18.44%
G = 20.26%
B = 61.3%

CMYK

 C value IS 0.70

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#474EEC (or 0x474EEC) is known color: Neon Blue. HEX triplet: 47, 4E and EC. RGB value is (71,78,236). Sum of RGB (Red+Green+Blue) = 71+78+236=385 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.44% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 236 (92.58% from 255 or 61.30% from 385); Max value from RGB is 236 - color contains mainly: blue. Hex color #474EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #474EEC is #B8B113. Grayscale: #5D5D5D. Windows color (decimal): -12103956 or 15486535. OLE color: 15486535.

HSL color Cylindrical-coordinate representation of color #474EEC: hue angle of 237.45º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #474EEC is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 71 78 236 -
CMYK 0.70 0.67 0 0.07
HSL 237.45º 0.81% 0.6% -
HSV(B) 237.45º 0.7% 0.93% -
XYZ 20.46 12.84 80.76 -
YUV 93.92 208.18 111.65 -
System Red Green Blue C M Y K H S L
Decimal 71 78 236 0.70 0.67 0 0.07 237.45 0.81 0.6
Hex 47 4E EC 46 43 0 7 ED 51 3C
Octal 107 116 354 106 103 0 7 355 121 74
Binary 1000111 1001110 11101100 1000110 1000011 0 111 11101101 1010001 111100

Color Harmonies of #474EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474EEC

Black with #474EEC

Text Example


Text Example

White with #474EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,78,236); }

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

background-color css

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

 a { background-color: rgb(71,78,236); }

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

border-color css

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

 span { border-color: rgb(71,78,236); }

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