Html Css Color HEX #474AEA Neon Blue

📋 copy color: '#474AEA'

red 71 ◦ green 74 ◦ blue 234

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

Shades of Neon Blue #474AEA

Tints of Neon Blue #474AEA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.53%

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

R = 18.73%
G = 19.53%
B = 61.74%

CMYK

 C value IS 0.70

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#474AEA (or 0x474AEA) is known color: Neon Blue. HEX triplet: 47, 4A and EA. RGB value is (71,74,234). Sum of RGB (Red+Green+Blue) = 71+74+234=379 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.73% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 234 (91.80% from 255 or 61.74% from 379); Max value from RGB is 234 - color contains mainly: blue. Hex color #474AEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #474AEA is #B8B515. Grayscale: #5A5A5A. Windows color (decimal): -12104982 or 15354439. OLE color: 15354439.

HSL color Cylindrical-coordinate representation of color #474AEA: hue angle of 238.9º 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 #474AEA is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 71 74 234 -
CMYK 0.70 0.68 0 0.08
HSL 238.9º 0.8% 0.6% -
HSV(B) 238.9º 0.7% 0.92% -
XYZ 19.9 12.18 79.14 -
YUV 91.34 208.51 113.49 -
System Red Green Blue C M Y K H S L
Decimal 71 74 234 0.70 0.68 0 0.08 238.9 0.8 0.6
Hex 47 4A EA 46 44 0 8 EF 50 3C
Octal 107 112 352 106 104 0 10 357 120 74
Binary 1000111 1001010 11101010 1000110 1000100 0 1000 11101111 1010000 111100

Color Harmonies of #474AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474AEA

Black with #474AEA

Text Example


Text Example

White with #474AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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