Html Css Color HEX #474FE9 Neon Blue

📋 copy color: '#474FE9'

red 71 ◦ green 79 ◦ blue 233

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

Shades of Neon Blue #474FE9

Tints of Neon Blue #474FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 60.84%

R = 18.54%
G = 20.63%
B = 60.84%

CMYK

 C value IS 0.70

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#474FE9 (or 0x474FE9) is known color: Neon Blue. HEX triplet: 47, 4F and E9. RGB value is (71,79,233). Sum of RGB (Red+Green+Blue) = 71+79+233=383 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.54% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 233 (91.41% from 255 or 60.84% from 383); Max value from RGB is 233 - color contains mainly: blue. Hex color #474FE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #474FE9 is #B8B016. Grayscale: #5D5D5D. Windows color (decimal): -12103703 or 15290183. OLE color: 15290183.

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

Color convert

RGB 71 79 233 -
CMYK 0.70 0.66 0 0.09
HSL 237.04º 0.79% 0.6% -
HSV(B) 237.04º 0.7% 0.91% -
XYZ 20.1 12.81 78.5 -
YUV 94.16 206.35 111.48 -
System Red Green Blue C M Y K H S L
Decimal 71 79 233 0.70 0.66 0 0.09 237.04 0.79 0.6
Hex 47 4F E9 46 42 0 9 ED 4F 3C
Octal 107 117 351 106 102 0 11 355 117 74
Binary 1000111 1001111 11101001 1000110 1000010 0 1001 11101101 1001111 111100

Color Harmonies of #474FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474FE9

Black with #474FE9

Text Example


Text Example

White with #474FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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