Shades of Neon Blue #473CFC
Tints of Neon Blue #473CFC
RGB
CMYK
RGB Variations
Color information
#473CFC (or 0x473CFC) is known color: Neon Blue. HEX triplet: 47, 3C and FC. RGB value is (71,60,252). Sum of RGB (Red+Green+Blue) = 71+60+252=383 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.54% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 252 (98.83% from 255 or 65.80% from 383); Max value from RGB is 252 - color contains mainly: blue. Hex color #473CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #473CFC is #B8C303. Grayscale: #545454. Windows color (decimal): -12108548 or 16530503. OLE color: 16530503.
HSL color Cylindrical-coordinate representation of color #473CFC: hue angle of 243.44º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #473CFC is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 60 | 252 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.01 |
| HSL | 243.44º | 0.97% | 0.61% | - |
| HSV(B) | 243.44º | 0.76% | 0.99% | - |
| XYZ | 21.79 | 11.6 | 93.19 | - |
| YUV | 85.18 | 222.14 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 60 | 252 | 0.72 | 0.76 | 0 | 0.01 | 243.44 | 0.97 | 0.61 |
| Hex | 47 | 3C | FC | 48 | 4C | 0 | 1 | F3 | 61 | 3D |
| Octal | 107 | 74 | 374 | 110 | 114 | 0 | 1 | 363 | 141 | 75 |
| Binary | 1000111 | 111100 | 11111100 | 1001000 | 1001100 | 0 | 1 | 11110011 | 1100001 | 111101 |
Color Harmonies of #473CFC
Complementary color
Monochromatic Colors of #473CFC
Black with #473CFC
Text Example
Text Example
White with #473CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473CFC; }
p { color: rgb(71,60,252); }
H1.HeaderClassName
{
color: #473CFC;
}
.AnyTagClassName
{
color: #473CFC;
}
</style>
background-color css
<style>
a { background-color: #473CFC; }
a { background-color: rgb(71,60,252); }
div.DivClassName
{
background-color: #473CFC;
}
.BgClassName
{
background-color: #473CFC;
}
</style>
border-color css
<style>
span { border-color: #473CFC; }
span { border-color: rgb(71,60,252); }
td.TdClassName
{
border-color: #473CFC;
}
.TagClassName
{
border-color: #473CFC;
}
</style>