Shades of Neon Blue #464FEF
Tints of Neon Blue #464FEF
RGB
CMYK
RGB Variations
Color information
#464FEF (or 0x464FEF) is known color: Neon Blue. HEX triplet: 46, 4F and EF. RGB value is (70,79,239). Sum of RGB (Red+Green+Blue) = 70+79+239=388 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.04% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 239 (93.75% from 255 or 61.60% from 388); Max value from RGB is 239 - color contains mainly: blue. Hex color #464FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #464FEF is #B9B010. Grayscale: #5D5D5D. Windows color (decimal): -12169233 or 15683398. OLE color: 15683398.
HSL color Cylindrical-coordinate representation of color #464FEF: hue angle of 236.8º degrees, saturation: 0.84, 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 #464FEF is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 70 | 79 | 239 | - |
| CMYK | 0.71 | 0.67 | 0 | 0.06 |
| HSL | 236.8º | 0.84% | 0.61% | - |
| HSV(B) | 236.8º | 0.71% | 0.94% | - |
| XYZ | 20.9 | 13.13 | 83.09 | - |
| YUV | 94.55 | 209.52 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 79 | 239 | 0.71 | 0.67 | 0 | 0.06 | 236.8 | 0.84 | 0.61 |
| Hex | 46 | 4F | EF | 47 | 43 | 0 | 6 | ED | 54 | 3D |
| Octal | 106 | 117 | 357 | 107 | 103 | 0 | 6 | 355 | 124 | 75 |
| Binary | 1000110 | 1001111 | 11101111 | 1000111 | 1000011 | 0 | 110 | 11101101 | 1010100 | 111101 |
Color Harmonies of #464FEF
Complementary color
Monochromatic Colors of #464FEF
Black with #464FEF
Text Example
Text Example
White with #464FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464FEF; }
p { color: rgb(70,79,239); }
H1.HeaderClassName
{
color: #464FEF;
}
.AnyTagClassName
{
color: #464FEF;
}
</style>
background-color css
<style>
a { background-color: #464FEF; }
a { background-color: rgb(70,79,239); }
div.DivClassName
{
background-color: #464FEF;
}
.BgClassName
{
background-color: #464FEF;
}
</style>
border-color css
<style>
span { border-color: #464FEF; }
span { border-color: rgb(70,79,239); }
td.TdClassName
{
border-color: #464FEF;
}
.TagClassName
{
border-color: #464FEF;
}
</style>