Shades of Neon Blue #464BFC
Tints of Neon Blue #464BFC
RGB
CMYK
RGB Variations
Color information
#464BFC (or 0x464BFC) is known color: Neon Blue. HEX triplet: 46, 4B and FC. RGB value is (70,75,252). Sum of RGB (Red+Green+Blue) = 70+75+252=397 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.63% from 397); Green value is 75 (29.69% from 255 or 18.89% from 397); Blue value is 252 (98.83% from 255 or 63.48% from 397); Max value from RGB is 252 - color contains mainly: blue. Hex color #464BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #464BFC is #B9B403. Grayscale: #5C5C5C. Windows color (decimal): -12170244 or 16534342. OLE color: 16534342.
HSL color Cylindrical-coordinate representation of color #464BFC: hue angle of 238.35º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #464BFC is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 75 | 252 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.01 |
| HSL | 238.35º | 0.97% | 0.63% | - |
| HSV(B) | 238.35º | 0.72% | 0.99% | - |
| XYZ | 22.61 | 13.36 | 93.48 | - |
| YUV | 93.68 | 217.34 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 75 | 252 | 0.72 | 0.70 | 0 | 0.01 | 238.35 | 0.97 | 0.63 |
| Hex | 46 | 4B | FC | 48 | 46 | 0 | 1 | EE | 61 | 3F |
| Octal | 106 | 113 | 374 | 110 | 106 | 0 | 1 | 356 | 141 | 77 |
| Binary | 1000110 | 1001011 | 11111100 | 1001000 | 1000110 | 0 | 1 | 11101110 | 1100001 | 111111 |
Color Harmonies of #464BFC
Complementary color
Monochromatic Colors of #464BFC
Black with #464BFC
Text Example
Text Example
White with #464BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464BFC; }
p { color: rgb(70,75,252); }
H1.HeaderClassName
{
color: #464BFC;
}
.AnyTagClassName
{
color: #464BFC;
}
</style>
background-color css
<style>
a { background-color: #464BFC; }
a { background-color: rgb(70,75,252); }
div.DivClassName
{
background-color: #464BFC;
}
.BgClassName
{
background-color: #464BFC;
}
</style>
border-color css
<style>
span { border-color: #464BFC; }
span { border-color: rgb(70,75,252); }
td.TdClassName
{
border-color: #464BFC;
}
.TagClassName
{
border-color: #464BFC;
}
</style>