Shades of Neon Blue #4735F8
Tints of Neon Blue #4735F8
RGB
CMYK
RGB Variations
Color information
#4735F8 (or 0x4735F8) is known color: Neon Blue. HEX triplet: 47, 35 and F8. RGB value is (71,53,248). Sum of RGB (Red+Green+Blue) = 71+53+248=372 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.09% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 248 (97.27% from 255 or 66.67% from 372); Max value from RGB is 248 - color contains mainly: blue. Hex color #4735F8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4735F8 is #B8CA07. Grayscale: #4F4F4F. Windows color (decimal): -12110344 or 16266567. OLE color: 16266567.
HSL color Cylindrical-coordinate representation of color #4735F8: hue angle of 245.54º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4735F8 is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 71 | 53 | 248 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.03 |
| HSL | 245.54º | 0.93% | 0.59% | - |
| HSV(B) | 245.54º | 0.79% | 0.97% | - |
| XYZ | 20.81 | 10.66 | 89.77 | - |
| YUV | 80.61 | 222.46 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 53 | 248 | 0.71 | 0.79 | 0 | 0.03 | 245.54 | 0.93 | 0.59 |
| Hex | 47 | 35 | F8 | 47 | 4F | 0 | 3 | F6 | 5D | 3B |
| Octal | 107 | 65 | 370 | 107 | 117 | 0 | 3 | 366 | 135 | 73 |
| Binary | 1000111 | 110101 | 11111000 | 1000111 | 1001111 | 0 | 11 | 11110110 | 1011101 | 111011 |
Color Harmonies of #4735F8
Complementary color
Monochromatic Colors of #4735F8
Black with #4735F8
Text Example
Text Example
White with #4735F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4735F8; }
p { color: rgb(71,53,248); }
H1.HeaderClassName
{
color: #4735F8;
}
.AnyTagClassName
{
color: #4735F8;
}
</style>
background-color css
<style>
a { background-color: #4735F8; }
a { background-color: rgb(71,53,248); }
div.DivClassName
{
background-color: #4735F8;
}
.BgClassName
{
background-color: #4735F8;
}
</style>
border-color css
<style>
span { border-color: #4735F8; }
span { border-color: rgb(71,53,248); }
td.TdClassName
{
border-color: #4735F8;
}
.TagClassName
{
border-color: #4735F8;
}
</style>