Shades of Neon Blue #4756FE
Tints of Neon Blue #4756FE
RGB
CMYK
RGB Variations
Color information
#4756FE (or 0x4756FE) is known color: Neon Blue. HEX triplet: 47, 56 and FE. RGB value is (71,86,254). Sum of RGB (Red+Green+Blue) = 71+86+254=411 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.27% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #4756FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4756FE is #B8A901. Grayscale: #636363. Windows color (decimal): -12101890 or 16668231. OLE color: 16668231.
HSL color Cylindrical-coordinate representation of color #4756FE: hue angle of 235.08º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4756FE is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 86 | 254 | - |
| CMYK | 0.72 | 0.66 | 0 | 0.00 |
| HSL | 235.08º | 0.99% | 0.64% | - |
| HSV(B) | 235.08º | 0.72% | 1% | - |
| XYZ | 23.82 | 15.15 | 95.44 | - |
| YUV | 100.67 | 214.53 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 86 | 254 | 0.72 | 0.66 | 0 | 0.00 | 235.08 | 0.99 | 0.64 |
| Hex | 47 | 56 | FE | 48 | 42 | 0 | 0 | EB | 63 | 40 |
| Octal | 107 | 126 | 376 | 110 | 102 | 0 | 0 | 353 | 143 | 100 |
| Binary | 1000111 | 1010110 | 11111110 | 1001000 | 1000010 | 0 | 0 | 11101011 | 1100011 | 1000000 |
Color Harmonies of #4756FE
Complementary color
Monochromatic Colors of #4756FE
Black with #4756FE
Text Example
Text Example
White with #4756FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4756FE; }
p { color: rgb(71,86,254); }
H1.HeaderClassName
{
color: #4756FE;
}
.AnyTagClassName
{
color: #4756FE;
}
</style>
background-color css
<style>
a { background-color: #4756FE; }
a { background-color: rgb(71,86,254); }
div.DivClassName
{
background-color: #4756FE;
}
.BgClassName
{
background-color: #4756FE;
}
</style>
border-color css
<style>
span { border-color: #4756FE; }
span { border-color: rgb(71,86,254); }
td.TdClassName
{
border-color: #4756FE;
}
.TagClassName
{
border-color: #4756FE;
}
</style>