Shades of Neon Blue #464DF4
Tints of Neon Blue #464DF4
RGB
CMYK
RGB Variations
Color information
#464DF4 (or 0x464DF4) is known color: Neon Blue. HEX triplet: 46, 4D and F4. RGB value is (70,77,244). Sum of RGB (Red+Green+Blue) = 70+77+244=391 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.90% from 391); Green value is 77 (30.47% from 255 or 19.69% from 391); Blue value is 244 (95.70% from 255 or 62.40% from 391); Max value from RGB is 244 - color contains mainly: blue. Hex color #464DF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #464DF4 is #B9B20B. Grayscale: #5D5D5D. Windows color (decimal): -12169740 or 16010566. OLE color: 16010566.
HSL color Cylindrical-coordinate representation of color #464DF4: hue angle of 237.59º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #464DF4 is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 70 | 77 | 244 | - |
| CMYK | 0.71 | 0.68 | 0 | 0.04 |
| HSL | 237.59º | 0.89% | 0.62% | - |
| HSV(B) | 237.59º | 0.71% | 0.96% | - |
| XYZ | 21.51 | 13.14 | 86.99 | - |
| YUV | 93.95 | 212.68 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 77 | 244 | 0.71 | 0.68 | 0 | 0.04 | 237.59 | 0.89 | 0.62 |
| Hex | 46 | 4D | F4 | 47 | 44 | 0 | 4 | EE | 59 | 3E |
| Octal | 106 | 115 | 364 | 107 | 104 | 0 | 4 | 356 | 131 | 76 |
| Binary | 1000110 | 1001101 | 11110100 | 1000111 | 1000100 | 0 | 100 | 11101110 | 1011001 | 111110 |
Color Harmonies of #464DF4
Complementary color
Monochromatic Colors of #464DF4
Black with #464DF4
Text Example
Text Example
White with #464DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464DF4; }
p { color: rgb(70,77,244); }
H1.HeaderClassName
{
color: #464DF4;
}
.AnyTagClassName
{
color: #464DF4;
}
</style>
background-color css
<style>
a { background-color: #464DF4; }
a { background-color: rgb(70,77,244); }
div.DivClassName
{
background-color: #464DF4;
}
.BgClassName
{
background-color: #464DF4;
}
</style>
border-color css
<style>
span { border-color: #464DF4; }
span { border-color: rgb(70,77,244); }
td.TdClassName
{
border-color: #464DF4;
}
.TagClassName
{
border-color: #464DF4;
}
</style>