#474aef

Color #474AEF Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #474AEF

Tints of Neon Blue #474AEF

Color information

#474AEF (or 0x474AEF) is unknown color: approx Neon Blue. HEX triplet: 47, 4A and EF. RGB value is (71,74,239). Sum of RGB (Red+Green+Blue) = 71+74+239=384 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.49% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 239 (93.75% from 255 or 62.24% from 384); Max value from RGB is 239 - color contains mainly: blue. Hex color #474AEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #474AEF is #B8B510. Grayscale: #5B5B5B. Windows color (decimal): -12104977 or 15682119. OLE color: 15682119.

HSL color Cylindrical-coordinate representation of color #474AEF: hue angle of 238.93º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #474AEF is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB7174239-
CMYK0.700.6900.06
HSL238.93º84%60.78%-
HSV(B)238.93º70.29%93.73%-
XYZ20.6312.4782.98-
YUV91.91211.01113.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.49%
GREEN value IS 74 (29.30% from 255) = 19.27%
BLUE value IS 239 (93.75% from 255) = 62.24%
R=18.49%
G=19.27%
B=62.24%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal71742390.700.6900.06238.938460.78
Hex474AEF464506ef543d
Octal1071123571061050635712475
Binary1000111100101011101111100011010001010110111011111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474aef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #474aef;
 }
 .AnyTagClassName
 {
   color: #474aef;
 }
</style>
background-color css

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

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

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

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

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

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