Html Css Color HEX #474FEA Neon Blue

📋 copy color: '#474FEA'

red 71 ◦ green 79 ◦ blue 234

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

Shades of Neon Blue #474FEA

Tints of Neon Blue #474FEA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.57%

 BLUE value IS 234 (91.8% from 255) = 60.94%

R = 18.49%
G = 20.57%
B = 60.94%

CMYK

 C value IS 0.70

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#474FEA (or 0x474FEA) is known color: Neon Blue. HEX triplet: 47, 4F and EA. RGB value is (71,79,234). Sum of RGB (Red+Green+Blue) = 71+79+234=384 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.49% from 384); Green value is 79 (31.25% from 255 or 20.57% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #474FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #474FEA is #B8B015. Grayscale: #5D5D5D. Windows color (decimal): -12103702 or 15355719. OLE color: 15355719.

HSL color Cylindrical-coordinate representation of color #474FEA: hue angle of 237.06º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #474FEA is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 71 79 234 -
CMYK 0.70 0.66 0 0.08
HSL 237.06º 0.8% 0.6% -
HSV(B) 237.06º 0.7% 0.92% -
XYZ 20.25 12.87 79.26 -
YUV 94.28 206.85 111.4 -
System Red Green Blue C M Y K H S L
Decimal 71 79 234 0.70 0.66 0 0.08 237.06 0.8 0.6
Hex 47 4F EA 46 42 0 8 ED 50 3C
Octal 107 117 352 106 102 0 10 355 120 74
Binary 1000111 1001111 11101010 1000110 1000010 0 1000 11101101 1010000 111100

Color Harmonies of #474FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474FEA

Black with #474FEA

Text Example


Text Example

White with #474FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,79,234); }

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

background-color css

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

 a { background-color: rgb(71,79,234); }

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

border-color css

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

 span { border-color: rgb(71,79,234); }

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