Shades of Neon Blue #464BF0
Tints of Neon Blue #464BF0
RGB
CMYK
RGB Variations
Color information
#464BF0 (or 0x464BF0) is known color: Neon Blue. HEX triplet: 46, 4B and F0. RGB value is (70,75,240). Sum of RGB (Red+Green+Blue) = 70+75+240=385 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.18% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 240 (94.14% from 255 or 62.34% from 385); Max value from RGB is 240 - color contains mainly: blue. Hex color #464BF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #464BF0 is #B9B40F. Grayscale: #5B5B5B. Windows color (decimal): -12170256 or 15747910. OLE color: 15747910.
HSL color Cylindrical-coordinate representation of color #464BF0: hue angle of 238.24º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #464BF0 is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 70 | 75 | 240 | - |
| CMYK | 0.71 | 0.69 | 0 | 0.06 |
| HSL | 238.24º | 0.85% | 0.61% | - |
| HSV(B) | 238.24º | 0.71% | 0.94% | - |
| XYZ | 20.77 | 12.63 | 83.78 | - |
| YUV | 92.32 | 211.34 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 75 | 240 | 0.71 | 0.69 | 0 | 0.06 | 238.24 | 0.85 | 0.61 |
| Hex | 46 | 4B | F0 | 47 | 45 | 0 | 6 | EE | 55 | 3D |
| Octal | 106 | 113 | 360 | 107 | 105 | 0 | 6 | 356 | 125 | 75 |
| Binary | 1000110 | 1001011 | 11110000 | 1000111 | 1000101 | 0 | 110 | 11101110 | 1010101 | 111101 |
Color Harmonies of #464BF0
Complementary color
Monochromatic Colors of #464BF0
Black with #464BF0
Text Example
Text Example
White with #464BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464BF0; }
p { color: rgb(70,75,240); }
H1.HeaderClassName
{
color: #464BF0;
}
.AnyTagClassName
{
color: #464BF0;
}
</style>
background-color css
<style>
a { background-color: #464BF0; }
a { background-color: rgb(70,75,240); }
div.DivClassName
{
background-color: #464BF0;
}
.BgClassName
{
background-color: #464BF0;
}
</style>
border-color css
<style>
span { border-color: #464BF0; }
span { border-color: rgb(70,75,240); }
td.TdClassName
{
border-color: #464BF0;
}
.TagClassName
{
border-color: #464BF0;
}
</style>