Shades of Neon Blue #4162FD
Tints of Neon Blue #4162FD
RGB
CMYK
RGB Variations
Color information
#4162FD (or 0x4162FD) is known color: Neon Blue. HEX triplet: 41, 62 and FD. RGB value is (65,98,253). Sum of RGB (Red+Green+Blue) = 65+98+253=416 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.62% from 416); Green value is 98 (38.67% from 255 or 23.56% from 416); Blue value is 253 (99.22% from 255 or 60.82% from 416); Max value from RGB is 253 - color contains mainly: blue. Hex color #4162FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4162FD is #BE9D02. Grayscale: #696969. Windows color (decimal): -12492035 or 16605761. OLE color: 16605761.
HSL color Cylindrical-coordinate representation of color #4162FD: hue angle of 229.47º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4162FD is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 98 | 253 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.01 |
| HSL | 229.47º | 0.98% | 0.62% | - |
| HSV(B) | 229.47º | 0.74% | 0.99% | - |
| XYZ | 24.28 | 16.95 | 94.92 | - |
| YUV | 105.8 | 211.07 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 98 | 253 | 0.74 | 0.61 | 0 | 0.01 | 229.47 | 0.98 | 0.62 |
| Hex | 41 | 62 | FD | 4A | 3D | 0 | 1 | E5 | 62 | 3E |
| Octal | 101 | 142 | 375 | 112 | 75 | 0 | 1 | 345 | 142 | 76 |
| Binary | 1000001 | 1100010 | 11111101 | 1001010 | 111101 | 0 | 1 | 11100101 | 1100010 | 111110 |
Color Harmonies of #4162FD
Complementary color
Monochromatic Colors of #4162FD
Black with #4162FD
Text Example
Text Example
White with #4162FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4162FD; }
p { color: rgb(65,98,253); }
H1.HeaderClassName
{
color: #4162FD;
}
.AnyTagClassName
{
color: #4162FD;
}
</style>
background-color css
<style>
a { background-color: #4162FD; }
a { background-color: rgb(65,98,253); }
div.DivClassName
{
background-color: #4162FD;
}
.BgClassName
{
background-color: #4162FD;
}
</style>
border-color css
<style>
span { border-color: #4162FD; }
span { border-color: rgb(65,98,253); }
td.TdClassName
{
border-color: #4162FD;
}
.TagClassName
{
border-color: #4162FD;
}
</style>