#474CF2

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

Shades of Neon Blue #474CF2

Tints of Neon Blue #474CF2

Color information

#474CF2 (or 0x474CF2) is unknown color: approx Neon Blue. HEX triplet: 47, 4C and F2. RGB value is (71,76,242). Sum of RGB (Red+Green+Blue) = 71+76+242=389 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.25% from 389); Green value is 76 (30.08% from 255 or 19.54% from 389); Blue value is 242 (94.92% from 255 or 62.21% from 389); Max value from RGB is 242 - color contains mainly: blue. Hex color #474CF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #474CF2 is #B8B30D. Grayscale: #5C5C5C. Windows color (decimal): -12104462 or 15879239. OLE color: 15879239.

HSL color Cylindrical-coordinate representation of color #474CF2: hue angle of 238.25º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #474CF2 is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB7176242-
CMYK0.710.6900.05
HSL238.25º86.8%61.37%-
HSV(B)238.25º70.66%94.9%-
XYZ21.2112.9285.38-
YUV93.43211.84112-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.25%
GREEN value IS 76 (30.08% from 255) = 19.54%
BLUE value IS 242 (94.92% from 255) = 62.21%
R=18.25%
G=19.54%
B=62.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal71762420.710.6900.05238.2586.861.37
Hex474CF2474505ee573d
Octal1071143621071050535612775
Binary1000111100110011110010100011110001010101111011101010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,76,242); }

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

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

 a { background-color: rgb(71,76,242); }

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

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

 span { border-color: rgb(71,76,242); }

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