Shades of Neon Blue #4735FF
Tints of Neon Blue #4735FF
RGB
CMYK
RGB Variations
Color information
#4735FF (or 0x4735FF) is known color: Neon Blue. HEX triplet: 47, 35 and FF. RGB value is (71,53,255). Sum of RGB (Red+Green+Blue) = 71+53+255=379 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.73% from 379); Green value is 53 (21.09% from 255 or 13.98% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #4735FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4735FF is #B8CA00. Grayscale: #505050. Windows color (decimal): -12110337 or 16725319. OLE color: 16725319.
HSL color Cylindrical-coordinate representation of color #4735FF: hue angle of 245.35º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4735FF is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 53 | 255 | - |
| CMYK | 0.72 | 0.79 | 0 | 0 |
| HSL | 245.35º | 1% | 0.6% | - |
| HSV(B) | 245.35º | 0.79% | 1% | - |
| XYZ | 21.92 | 11.11 | 95.6 | - |
| YUV | 81.41 | 225.96 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 53 | 255 | 0.72 | 0.79 | 0 | 0 | 245.35 | 1 | 0.6 |
| Hex | 47 | 35 | FF | 48 | 4F | 0 | 0 | F5 | 64 | 3C |
| Octal | 107 | 65 | 377 | 110 | 117 | 0 | 0 | 365 | 144 | 74 |
| Binary | 1000111 | 110101 | 11111111 | 1001000 | 1001111 | 0 | 0 | 11110101 | 1100100 | 111100 |
Color Harmonies of #4735FF
Complementary color
Monochromatic Colors of #4735FF
Black with #4735FF
Text Example
Text Example
White with #4735FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4735FF; }
p { color: rgb(71,53,255); }
H1.HeaderClassName
{
color: #4735FF;
}
.AnyTagClassName
{
color: #4735FF;
}
</style>
background-color css
<style>
a { background-color: #4735FF; }
a { background-color: rgb(71,53,255); }
div.DivClassName
{
background-color: #4735FF;
}
.BgClassName
{
background-color: #4735FF;
}
</style>
border-color css
<style>
span { border-color: #4735FF; }
span { border-color: rgb(71,53,255); }
td.TdClassName
{
border-color: #4735FF;
}
.TagClassName
{
border-color: #4735FF;
}
</style>