#474BF7

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

Shades of Neon Blue #474BF7

Tints of Neon Blue #474BF7

Color information

#474BF7 (or 0x474BF7) is unknown color: approx Neon Blue. HEX triplet: 47, 4B and F7. RGB value is (71,75,247). Sum of RGB (Red+Green+Blue) = 71+75+247=393 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.07% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 247 (96.88% from 255 or 62.85% from 393); Max value from RGB is 247 - color contains mainly: blue. Hex color #474BF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #474BF7 is #B8B408. Grayscale: #5C5C5C. Windows color (decimal): -12104713 or 16206663. OLE color: 16206663.

HSL color Cylindrical-coordinate representation of color #474BF7: hue angle of 238.64º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #474BF7 is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB7175247-
CMYK0.710.7000.03
HSL238.64º91.67%62.35%-
HSV(B)238.64º71.26%96.86%-
XYZ21.913.0989.37-
YUV93.41214.67112.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.07%
GREEN value IS 75 (29.69% from 255) = 19.08%
BLUE value IS 247 (96.88% from 255) = 62.85%
R=18.07%
G=19.08%
B=62.85%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal71752470.710.7000.03238.6491.6762.35
Hex474BF7474603ef5c3e
Octal1071133671071060335713476
Binary100011110010111111011110001111000110011111011111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,75,247); }

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

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

 a { background-color: rgb(71,75,247); }

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

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

 span { border-color: rgb(71,75,247); }

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