Shades of Neon Blue #4656FB
Tints of Neon Blue #4656FB
RGB
CMYK
RGB Variations
Color information
#4656FB (or 0x4656FB) is known color: Neon Blue. HEX triplet: 46, 56 and FB. RGB value is (70,86,251). Sum of RGB (Red+Green+Blue) = 70+86+251=407 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.20% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 251 (98.44% from 255 or 61.67% from 407); Max value from RGB is 251 - color contains mainly: blue. Hex color #4656FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4656FB is #B9A904. Grayscale: #636363. Windows color (decimal): -12167429 or 16471622. OLE color: 16471622.
HSL color Cylindrical-coordinate representation of color #4656FB: hue angle of 234.7º 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 #4656FB is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 86 | 251 | - |
| CMYK | 0.72 | 0.66 | 0 | 0.02 |
| HSL | 234.7º | 0.96% | 0.63% | - |
| HSV(B) | 234.7º | 0.72% | 0.98% | - |
| XYZ | 23.27 | 14.92 | 92.92 | - |
| YUV | 100.03 | 213.2 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 86 | 251 | 0.72 | 0.66 | 0 | 0.02 | 234.7 | 0.96 | 0.63 |
| Hex | 46 | 56 | FB | 48 | 42 | 0 | 2 | EB | 60 | 3F |
| Octal | 106 | 126 | 373 | 110 | 102 | 0 | 2 | 353 | 140 | 77 |
| Binary | 1000110 | 1010110 | 11111011 | 1001000 | 1000010 | 0 | 10 | 11101011 | 1100000 | 111111 |
Color Harmonies of #4656FB
Complementary color
Monochromatic Colors of #4656FB
Black with #4656FB
Text Example
Text Example
White with #4656FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4656FB; }
p { color: rgb(70,86,251); }
H1.HeaderClassName
{
color: #4656FB;
}
.AnyTagClassName
{
color: #4656FB;
}
</style>
background-color css
<style>
a { background-color: #4656FB; }
a { background-color: rgb(70,86,251); }
div.DivClassName
{
background-color: #4656FB;
}
.BgClassName
{
background-color: #4656FB;
}
</style>
border-color css
<style>
span { border-color: #4656FB; }
span { border-color: rgb(70,86,251); }
td.TdClassName
{
border-color: #4656FB;
}
.TagClassName
{
border-color: #4656FB;
}
</style>