Shades of Neon Blue #465CFF
Tints of Neon Blue #465CFF
RGB
CMYK
RGB Variations
Color information
#465CFF (or 0x465CFF) is known color: Neon Blue. HEX triplet: 46, 5C and FF. RGB value is (70,92,255). Sum of RGB (Red+Green+Blue) = 70+92+255=417 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.79% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #465CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #465CFF is #B9A300. Grayscale: #676767. Windows color (decimal): -12165889 or 16735302. OLE color: 16735302.
HSL color Cylindrical-coordinate representation of color #465CFF: hue angle of 232.86º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #465CFF is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 92 | 255 | - |
| CMYK | 0.73 | 0.64 | 0 | 0 |
| HSL | 232.86º | 1% | 0.64% | - |
| HSV(B) | 232.86º | 0.73% | 1% | - |
| XYZ | 24.4 | 16.18 | 96.44 | - |
| YUV | 104 | 213.21 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 92 | 255 | 0.73 | 0.64 | 0 | 0 | 232.86 | 1 | 0.64 |
| Hex | 46 | 5C | FF | 49 | 40 | 0 | 0 | E9 | 64 | 40 |
| Octal | 106 | 134 | 377 | 111 | 100 | 0 | 0 | 351 | 144 | 100 |
| Binary | 1000110 | 1011100 | 11111111 | 1001001 | 1000000 | 0 | 0 | 11101001 | 1100100 | 1000000 |
Color Harmonies of #465CFF
Complementary color
Monochromatic Colors of #465CFF
Black with #465CFF
Text Example
Text Example
White with #465CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465CFF; }
p { color: rgb(70,92,255); }
H1.HeaderClassName
{
color: #465CFF;
}
.AnyTagClassName
{
color: #465CFF;
}
</style>
background-color css
<style>
a { background-color: #465CFF; }
a { background-color: rgb(70,92,255); }
div.DivClassName
{
background-color: #465CFF;
}
.BgClassName
{
background-color: #465CFF;
}
</style>
border-color css
<style>
span { border-color: #465CFF; }
span { border-color: rgb(70,92,255); }
td.TdClassName
{
border-color: #465CFF;
}
.TagClassName
{
border-color: #465CFF;
}
</style>