Shades of Neon Blue #464BFB
Tints of Neon Blue #464BFB
RGB
CMYK
RGB Variations
Color information
#464BFB (or 0x464BFB) is known color: Neon Blue. HEX triplet: 46, 4B and FB. RGB value is (70,75,251). Sum of RGB (Red+Green+Blue) = 70+75+251=396 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.68% from 396); Green value is 75 (29.69% from 255 or 18.94% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #464BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #464BFB is #B9B404. Grayscale: #5C5C5C. Windows color (decimal): -12170245 or 16468806. OLE color: 16468806.
HSL color Cylindrical-coordinate representation of color #464BFB: hue angle of 238.34º 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 #464BFB is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 75 | 251 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.02 |
| HSL | 238.34º | 0.96% | 0.63% | - |
| HSV(B) | 238.34º | 0.72% | 0.98% | - |
| XYZ | 22.45 | 13.3 | 92.65 | - |
| YUV | 93.57 | 216.84 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 75 | 251 | 0.72 | 0.70 | 0 | 0.02 | 238.34 | 0.96 | 0.63 |
| Hex | 46 | 4B | FB | 48 | 46 | 0 | 2 | EE | 60 | 3F |
| Octal | 106 | 113 | 373 | 110 | 106 | 0 | 2 | 356 | 140 | 77 |
| Binary | 1000110 | 1001011 | 11111011 | 1001000 | 1000110 | 0 | 10 | 11101110 | 1100000 | 111111 |
Color Harmonies of #464BFB
Complementary color
Monochromatic Colors of #464BFB
Black with #464BFB
Text Example
Text Example
White with #464BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464BFB; }
p { color: rgb(70,75,251); }
H1.HeaderClassName
{
color: #464BFB;
}
.AnyTagClassName
{
color: #464BFB;
}
</style>
background-color css
<style>
a { background-color: #464BFB; }
a { background-color: rgb(70,75,251); }
div.DivClassName
{
background-color: #464BFB;
}
.BgClassName
{
background-color: #464BFB;
}
</style>
border-color css
<style>
span { border-color: #464BFB; }
span { border-color: rgb(70,75,251); }
td.TdClassName
{
border-color: #464BFB;
}
.TagClassName
{
border-color: #464BFB;
}
</style>