Shades of Neon Blue #465FF6
Tints of Neon Blue #465FF6
RGB
CMYK
RGB Variations
Color information
#465FF6 (or 0x465FF6) is known color: Neon Blue. HEX triplet: 46, 5F and F6. RGB value is (70,95,246). Sum of RGB (Red+Green+Blue) = 70+95+246=411 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.03% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 246 (96.48% from 255 or 59.85% from 411); Max value from RGB is 246 - color contains mainly: blue. Hex color #465FF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #465FF6 is #B9A009. Grayscale: #686868. Windows color (decimal): -12165130 or 16146246. OLE color: 16146246.
HSL color Cylindrical-coordinate representation of color #465FF6: hue angle of 231.48º 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 #465FF6 is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 70 | 95 | 246 | - |
| CMYK | 0.72 | 0.61 | 0 | 0.04 |
| HSL | 231.48º | 0.91% | 0.62% | - |
| HSV(B) | 231.48º | 0.72% | 0.96% | - |
| XYZ | 23.25 | 16.14 | 89.08 | - |
| YUV | 104.74 | 207.72 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 246 | 0.72 | 0.61 | 0 | 0.04 | 231.48 | 0.91 | 0.62 |
| Hex | 46 | 5F | F6 | 48 | 3D | 0 | 4 | E7 | 5B | 3E |
| Octal | 106 | 137 | 366 | 110 | 75 | 0 | 4 | 347 | 133 | 76 |
| Binary | 1000110 | 1011111 | 11110110 | 1001000 | 111101 | 0 | 100 | 11100111 | 1011011 | 111110 |
Color Harmonies of #465FF6
Complementary color
Monochromatic Colors of #465FF6
Black with #465FF6
Text Example
Text Example
White with #465FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465FF6; }
p { color: rgb(70,95,246); }
H1.HeaderClassName
{
color: #465FF6;
}
.AnyTagClassName
{
color: #465FF6;
}
</style>
background-color css
<style>
a { background-color: #465FF6; }
a { background-color: rgb(70,95,246); }
div.DivClassName
{
background-color: #465FF6;
}
.BgClassName
{
background-color: #465FF6;
}
</style>
border-color css
<style>
span { border-color: #465FF6; }
span { border-color: rgb(70,95,246); }
td.TdClassName
{
border-color: #465FF6;
}
.TagClassName
{
border-color: #465FF6;
}
</style>