Shades of Neon Blue #465CF5
Tints of Neon Blue #465CF5
RGB
CMYK
RGB Variations
Color information
#465CF5 (or 0x465CF5) is known color: Neon Blue. HEX triplet: 46, 5C and F5. RGB value is (70,92,245). Sum of RGB (Red+Green+Blue) = 70+92+245=407 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.20% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 245 (96.09% from 255 or 60.20% from 407); Max value from RGB is 245 - color contains mainly: blue. Hex color #465CF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #465CF5 is #B9A30A. Grayscale: #666666. Windows color (decimal): -12165899 or 16079942. OLE color: 16079942.
HSL color Cylindrical-coordinate representation of color #465CF5: hue angle of 232.46º degrees, saturation: 0.9, 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 #465CF5 is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 70 | 92 | 245 | - |
| CMYK | 0.71 | 0.62 | 0 | 0.04 |
| HSL | 232.46º | 0.9% | 0.62% | - |
| HSV(B) | 232.46º | 0.71% | 0.96% | - |
| XYZ | 22.83 | 15.55 | 88.18 | - |
| YUV | 102.86 | 208.21 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 92 | 245 | 0.71 | 0.62 | 0 | 0.04 | 232.46 | 0.9 | 0.62 |
| Hex | 46 | 5C | F5 | 47 | 3E | 0 | 4 | E8 | 5A | 3E |
| Octal | 106 | 134 | 365 | 107 | 76 | 0 | 4 | 350 | 132 | 76 |
| Binary | 1000110 | 1011100 | 11110101 | 1000111 | 111110 | 0 | 100 | 11101000 | 1011010 | 111110 |
Color Harmonies of #465CF5
Complementary color
Monochromatic Colors of #465CF5
Black with #465CF5
Text Example
Text Example
White with #465CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465CF5; }
p { color: rgb(70,92,245); }
H1.HeaderClassName
{
color: #465CF5;
}
.AnyTagClassName
{
color: #465CF5;
}
</style>
background-color css
<style>
a { background-color: #465CF5; }
a { background-color: rgb(70,92,245); }
div.DivClassName
{
background-color: #465CF5;
}
.BgClassName
{
background-color: #465CF5;
}
</style>
border-color css
<style>
span { border-color: #465CF5; }
span { border-color: rgb(70,92,245); }
td.TdClassName
{
border-color: #465CF5;
}
.TagClassName
{
border-color: #465CF5;
}
</style>