Shades of Neon Blue #464DF6
Tints of Neon Blue #464DF6
RGB
CMYK
RGB Variations
Color information
#464DF6 (or 0x464DF6) is known color: Neon Blue. HEX triplet: 46, 4D and F6. RGB value is (70,77,246). Sum of RGB (Red+Green+Blue) = 70+77+246=393 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.81% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 246 (96.48% from 255 or 62.60% from 393); Max value from RGB is 246 - color contains mainly: blue. Hex color #464DF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #464DF6 is #B9B209. Grayscale: #5D5D5D. Windows color (decimal): -12169738 or 16141638. OLE color: 16141638.
HSL color Cylindrical-coordinate representation of color #464DF6: hue angle of 237.61º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #464DF6 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 70 | 77 | 246 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.04 |
| HSL | 237.61º | 0.91% | 0.62% | - |
| HSV(B) | 237.61º | 0.72% | 0.96% | - |
| XYZ | 21.81 | 13.26 | 88.6 | - |
| YUV | 94.17 | 213.68 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 77 | 246 | 0.72 | 0.69 | 0 | 0.04 | 237.61 | 0.91 | 0.62 |
| Hex | 46 | 4D | F6 | 48 | 45 | 0 | 4 | EE | 5B | 3E |
| Octal | 106 | 115 | 366 | 110 | 105 | 0 | 4 | 356 | 133 | 76 |
| Binary | 1000110 | 1001101 | 11110110 | 1001000 | 1000101 | 0 | 100 | 11101110 | 1011011 | 111110 |
Color Harmonies of #464DF6
Complementary color
Monochromatic Colors of #464DF6
Black with #464DF6
Text Example
Text Example
White with #464DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464DF6; }
p { color: rgb(70,77,246); }
H1.HeaderClassName
{
color: #464DF6;
}
.AnyTagClassName
{
color: #464DF6;
}
</style>
background-color css
<style>
a { background-color: #464DF6; }
a { background-color: rgb(70,77,246); }
div.DivClassName
{
background-color: #464DF6;
}
.BgClassName
{
background-color: #464DF6;
}
</style>
border-color css
<style>
span { border-color: #464DF6; }
span { border-color: rgb(70,77,246); }
td.TdClassName
{
border-color: #464DF6;
}
.TagClassName
{
border-color: #464DF6;
}
</style>