Shades of Neon Blue #465FF7
Tints of Neon Blue #465FF7
RGB
CMYK
RGB Variations
Color information
#465FF7 (or 0x465FF7) is known color: Neon Blue. HEX triplet: 46, 5F and F7. RGB value is (70,95,247). Sum of RGB (Red+Green+Blue) = 70+95+247=412 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.99% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 247 (96.88% from 255 or 59.95% from 412); Max value from RGB is 247 - color contains mainly: blue. Hex color #465FF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #465FF7 is #B9A008. Grayscale: #686868. Windows color (decimal): -12165129 or 16211782. OLE color: 16211782.
HSL color Cylindrical-coordinate representation of color #465FF7: hue angle of 231.53º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #465FF7 is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 70 | 95 | 247 | - |
| CMYK | 0.72 | 0.62 | 0 | 0.03 |
| HSL | 231.53º | 0.92% | 0.62% | - |
| HSV(B) | 231.53º | 0.72% | 0.97% | - |
| XYZ | 23.41 | 16.2 | 89.89 | - |
| YUV | 104.85 | 208.22 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 247 | 0.72 | 0.62 | 0 | 0.03 | 231.53 | 0.92 | 0.62 |
| Hex | 46 | 5F | F7 | 48 | 3E | 0 | 3 | E8 | 5C | 3E |
| Octal | 106 | 137 | 367 | 110 | 76 | 0 | 3 | 350 | 134 | 76 |
| Binary | 1000110 | 1011111 | 11110111 | 1001000 | 111110 | 0 | 11 | 11101000 | 1011100 | 111110 |
Color Harmonies of #465FF7
Complementary color
Monochromatic Colors of #465FF7
Black with #465FF7
Text Example
Text Example
White with #465FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465FF7; }
p { color: rgb(70,95,247); }
H1.HeaderClassName
{
color: #465FF7;
}
.AnyTagClassName
{
color: #465FF7;
}
</style>
background-color css
<style>
a { background-color: #465FF7; }
a { background-color: rgb(70,95,247); }
div.DivClassName
{
background-color: #465FF7;
}
.BgClassName
{
background-color: #465FF7;
}
</style>
border-color css
<style>
span { border-color: #465FF7; }
span { border-color: rgb(70,95,247); }
td.TdClassName
{
border-color: #465FF7;
}
.TagClassName
{
border-color: #465FF7;
}
</style>