#473CFF

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

Shades of Neon Blue #473CFF

Tints of Neon Blue #473CFF

Color information

#473CFF (or 0x473CFF) is unknown color: approx Neon Blue. HEX triplet: 47, 3C and FF. RGB value is (71,60,255). Sum of RGB (Red+Green+Blue) = 71+60+255=386 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.39% from 386); Green value is 60 (23.83% from 255 or 15.54% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #473CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #473CFF is #B8C300. Grayscale: #545454. Windows color (decimal): -12108545 or 16727111. OLE color: 16727111.

HSL color Cylindrical-coordinate representation of color #473CFF: hue angle of 243.38º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #473CFF is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB7160255-
CMYK0.720.7600
HSL243.38º100%61.76%-
HSV(B)243.38º76.47%100%-
XYZ22.2611.7995.71-
YUV85.52223.64117.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.39%
GREEN value IS 60 (23.83% from 255) = 15.54%
BLUE value IS 255 (100% from 255) = 66.06%
R=18.39%
G=15.54%
B=66.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal71602550.720.7600243.3810061.76
Hex473CFF484C00f3643e
Octal107743771101140036314476
Binary1000111111100111111111001000100110000111100111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473CFF; }

 p { color: rgb(71,60,255); }

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

<style>
 a { background-color: #473CFF; }

 a { background-color: rgb(71,60,255); }

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

<style>
 span { border-color: #473CFF; }

 span { border-color: rgb(71,60,255); }

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