Shades of Neon Blue #4160FA
Tints of Neon Blue #4160FA
RGB
CMYK
RGB Variations
Color information
#4160FA (or 0x4160FA) is known color: Neon Blue. HEX triplet: 41, 60 and FA. RGB value is (65,96,250). Sum of RGB (Red+Green+Blue) = 65+96+250=411 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.82% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #4160FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4160FA is #BE9F05. Grayscale: #676767. Windows color (decimal): -12492550 or 16408641. OLE color: 16408641.
HSL color Cylindrical-coordinate representation of color #4160FA: hue angle of 229.95º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4160FA is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 96 | 250 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.02 |
| HSL | 229.95º | 0.95% | 0.62% | - |
| HSV(B) | 229.95º | 0.74% | 0.98% | - |
| XYZ | 23.62 | 16.39 | 92.36 | - |
| YUV | 104.29 | 210.23 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 96 | 250 | 0.74 | 0.62 | 0 | 0.02 | 229.95 | 0.95 | 0.62 |
| Hex | 41 | 60 | FA | 4A | 3E | 0 | 2 | E6 | 5F | 3E |
| Octal | 101 | 140 | 372 | 112 | 76 | 0 | 2 | 346 | 137 | 76 |
| Binary | 1000001 | 1100000 | 11111010 | 1001010 | 111110 | 0 | 10 | 11100110 | 1011111 | 111110 |
Color Harmonies of #4160FA
Complementary color
Monochromatic Colors of #4160FA
Black with #4160FA
Text Example
Text Example
White with #4160FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4160FA; }
p { color: rgb(65,96,250); }
H1.HeaderClassName
{
color: #4160FA;
}
.AnyTagClassName
{
color: #4160FA;
}
</style>
background-color css
<style>
a { background-color: #4160FA; }
a { background-color: rgb(65,96,250); }
div.DivClassName
{
background-color: #4160FA;
}
.BgClassName
{
background-color: #4160FA;
}
</style>
border-color css
<style>
span { border-color: #4160FA; }
span { border-color: rgb(65,96,250); }
td.TdClassName
{
border-color: #4160FA;
}
.TagClassName
{
border-color: #4160FA;
}
</style>