Shades of Neon Blue #464FFB
Tints of Neon Blue #464FFB
RGB
CMYK
RGB Variations
Color information
#464FFB (or 0x464FFB) is known color: Neon Blue. HEX triplet: 46, 4F and FB. RGB value is (70,79,251). Sum of RGB (Red+Green+Blue) = 70+79+251=400 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.5% from 400); Green value is 79 (31.25% from 255 or 19.75% from 400); Blue value is 251 (98.44% from 255 or 62.75% from 400); Max value from RGB is 251 - color contains mainly: blue. Hex color #464FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #464FFB is #B9B004. Grayscale: #5F5F5F. Windows color (decimal): -12169221 or 16469830. OLE color: 16469830.
HSL color Cylindrical-coordinate representation of color #464FFB: hue angle of 237.02º 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 #464FFB is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 79 | 251 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.02 |
| HSL | 237.02º | 0.96% | 0.63% | - |
| HSV(B) | 237.02º | 0.72% | 0.98% | - |
| XYZ | 22.73 | 13.86 | 92.74 | - |
| YUV | 95.92 | 215.52 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 79 | 251 | 0.72 | 0.69 | 0 | 0.02 | 237.02 | 0.96 | 0.63 |
| Hex | 46 | 4F | FB | 48 | 45 | 0 | 2 | ED | 60 | 3F |
| Octal | 106 | 117 | 373 | 110 | 105 | 0 | 2 | 355 | 140 | 77 |
| Binary | 1000110 | 1001111 | 11111011 | 1001000 | 1000101 | 0 | 10 | 11101101 | 1100000 | 111111 |
Color Harmonies of #464FFB
Complementary color
Monochromatic Colors of #464FFB
Black with #464FFB
Text Example
Text Example
White with #464FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464FFB; }
p { color: rgb(70,79,251); }
H1.HeaderClassName
{
color: #464FFB;
}
.AnyTagClassName
{
color: #464FFB;
}
</style>
background-color css
<style>
a { background-color: #464FFB; }
a { background-color: rgb(70,79,251); }
div.DivClassName
{
background-color: #464FFB;
}
.BgClassName
{
background-color: #464FFB;
}
</style>
border-color css
<style>
span { border-color: #464FFB; }
span { border-color: rgb(70,79,251); }
td.TdClassName
{
border-color: #464FFB;
}
.TagClassName
{
border-color: #464FFB;
}
</style>