Shades of Neon Blue #4756FB
Tints of Neon Blue #4756FB
RGB
CMYK
RGB Variations
Color information
#4756FB (or 0x4756FB) is known color: Neon Blue. HEX triplet: 47, 56 and FB. RGB value is (71,86,251). Sum of RGB (Red+Green+Blue) = 71+86+251=408 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.40% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 251 (98.44% from 255 or 61.52% from 408); Max value from RGB is 251 - color contains mainly: blue. Hex color #4756FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4756FB is #B8A904. Grayscale: #636363. Windows color (decimal): -12101893 or 16471623. OLE color: 16471623.
HSL color Cylindrical-coordinate representation of color #4756FB: hue angle of 235º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4756FB is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 86 | 251 | - |
| CMYK | 0.72 | 0.66 | 0 | 0.02 |
| HSL | 235º | 0.96% | 0.63% | - |
| HSV(B) | 235º | 0.72% | 0.98% | - |
| XYZ | 23.34 | 14.96 | 92.92 | - |
| YUV | 100.33 | 213.03 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 86 | 251 | 0.72 | 0.66 | 0 | 0.02 | 235 | 0.96 | 0.63 |
| Hex | 47 | 56 | FB | 48 | 42 | 0 | 2 | EB | 60 | 3F |
| Octal | 107 | 126 | 373 | 110 | 102 | 0 | 2 | 353 | 140 | 77 |
| Binary | 1000111 | 1010110 | 11111011 | 1001000 | 1000010 | 0 | 10 | 11101011 | 1100000 | 111111 |
Color Harmonies of #4756FB
Complementary color
Monochromatic Colors of #4756FB
Black with #4756FB
Text Example
Text Example
White with #4756FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4756FB; }
p { color: rgb(71,86,251); }
H1.HeaderClassName
{
color: #4756FB;
}
.AnyTagClassName
{
color: #4756FB;
}
</style>
background-color css
<style>
a { background-color: #4756FB; }
a { background-color: rgb(71,86,251); }
div.DivClassName
{
background-color: #4756FB;
}
.BgClassName
{
background-color: #4756FB;
}
</style>
border-color css
<style>
span { border-color: #4756FB; }
span { border-color: rgb(71,86,251); }
td.TdClassName
{
border-color: #4756FB;
}
.TagClassName
{
border-color: #4756FB;
}
</style>