Shades of Neon Blue #464EFB
Tints of Neon Blue #464EFB
RGB
CMYK
RGB Variations
Color information
#464EFB (or 0x464EFB) is known color: Neon Blue. HEX triplet: 46, 4E and FB. RGB value is (70,78,251). Sum of RGB (Red+Green+Blue) = 70+78+251=399 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.54% from 399); Green value is 78 (30.86% from 255 or 19.55% from 399); Blue value is 251 (98.44% from 255 or 62.91% from 399); Max value from RGB is 251 - color contains mainly: blue. Hex color #464EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #464EFB is #B9B104. Grayscale: #5E5E5E. Windows color (decimal): -12169477 or 16469574. OLE color: 16469574.
HSL color Cylindrical-coordinate representation of color #464EFB: hue angle of 237.35º 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 #464EFB is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 78 | 251 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.02 |
| HSL | 237.35º | 0.96% | 0.63% | - |
| HSV(B) | 237.35º | 0.72% | 0.98% | - |
| XYZ | 22.66 | 13.72 | 92.72 | - |
| YUV | 95.33 | 215.85 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 78 | 251 | 0.72 | 0.69 | 0 | 0.02 | 237.35 | 0.96 | 0.63 |
| Hex | 46 | 4E | FB | 48 | 45 | 0 | 2 | ED | 60 | 3F |
| Octal | 106 | 116 | 373 | 110 | 105 | 0 | 2 | 355 | 140 | 77 |
| Binary | 1000110 | 1001110 | 11111011 | 1001000 | 1000101 | 0 | 10 | 11101101 | 1100000 | 111111 |
Color Harmonies of #464EFB
Complementary color
Monochromatic Colors of #464EFB
Black with #464EFB
Text Example
Text Example
White with #464EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464EFB; }
p { color: rgb(70,78,251); }
H1.HeaderClassName
{
color: #464EFB;
}
.AnyTagClassName
{
color: #464EFB;
}
</style>
background-color css
<style>
a { background-color: #464EFB; }
a { background-color: rgb(70,78,251); }
div.DivClassName
{
background-color: #464EFB;
}
.BgClassName
{
background-color: #464EFB;
}
</style>
border-color css
<style>
span { border-color: #464EFB; }
span { border-color: rgb(70,78,251); }
td.TdClassName
{
border-color: #464EFB;
}
.TagClassName
{
border-color: #464EFB;
}
</style>