Shades of Neon Blue #464BFA
Tints of Neon Blue #464BFA
RGB
CMYK
RGB Variations
Color information
#464BFA (or 0x464BFA) is known color: Neon Blue. HEX triplet: 46, 4B and FA. RGB value is (70,75,250). Sum of RGB (Red+Green+Blue) = 70+75+250=395 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.72% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 250 (98.05% from 255 or 63.29% from 395); Max value from RGB is 250 - color contains mainly: blue. Hex color #464BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #464BFA is #B9B405. Grayscale: #5C5C5C. Windows color (decimal): -12170246 or 16403270. OLE color: 16403270.
HSL color Cylindrical-coordinate representation of color #464BFA: hue angle of 238.33º degrees, saturation: 0.95, 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 #464BFA is Cyan = 0.72, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 75 | 250 | - |
| CMYK | 0.72 | 0.7 | 0 | 0.02 |
| HSL | 238.33º | 0.95% | 0.63% | - |
| HSV(B) | 238.33º | 0.72% | 0.98% | - |
| XYZ | 22.3 | 13.24 | 91.82 | - |
| YUV | 93.46 | 216.34 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 75 | 250 | 0.72 | 0.7 | 0 | 0.02 | 238.33 | 0.95 | 0.63 |
| Hex | 46 | 4B | FA | 48 | 46 | 0 | 2 | EE | 5F | 3F |
| Octal | 106 | 113 | 372 | 110 | 106 | 0 | 2 | 356 | 137 | 77 |
| Binary | 1000110 | 1001011 | 11111010 | 1001000 | 1000110 | 0 | 10 | 11101110 | 1011111 | 111111 |
Color Harmonies of #464BFA
Complementary color
Monochromatic Colors of #464BFA
Black with #464BFA
Text Example
Text Example
White with #464BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464BFA; }
p { color: rgb(70,75,250); }
H1.HeaderClassName
{
color: #464BFA;
}
.AnyTagClassName
{
color: #464BFA;
}
</style>
background-color css
<style>
a { background-color: #464BFA; }
a { background-color: rgb(70,75,250); }
div.DivClassName
{
background-color: #464BFA;
}
.BgClassName
{
background-color: #464BFA;
}
</style>
border-color css
<style>
span { border-color: #464BFA; }
span { border-color: rgb(70,75,250); }
td.TdClassName
{
border-color: #464BFA;
}
.TagClassName
{
border-color: #464BFA;
}
</style>