Shades of Neon Blue #4137DF
Tints of Neon Blue #4137DF
RGB
CMYK
RGB Variations
Color information
#4137DF (or 0x4137DF) is known color: Neon Blue. HEX triplet: 41, 37 and DF. RGB value is (65,55,223). Sum of RGB (Red+Green+Blue) = 65+55+223=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 223 (87.5% from 255 or 65.01% from 343); Max value from RGB is 223 - color contains mainly: blue. Hex color #4137DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4137DF is #BEC820. Grayscale: #4C4C4C. Windows color (decimal): -12503073 or 14628673. OLE color: 14628673.
HSL color Cylindrical-coordinate representation of color #4137DF: hue angle of 243.57º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4137DF is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 55 | 223 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.13 |
| HSL | 243.57º | 0.72% | 0.55% | - |
| HSV(B) | 243.57º | 0.75% | 0.87% | - |
| XYZ | 16.87 | 9.18 | 70.7 | - |
| YUV | 77.14 | 210.31 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 55 | 223 | 0.71 | 0.75 | 0 | 0.13 | 243.57 | 0.72 | 0.55 |
| Hex | 41 | 37 | DF | 47 | 4B | 0 | D | F4 | 48 | 37 |
| Octal | 101 | 67 | 337 | 107 | 113 | 0 | 15 | 364 | 110 | 67 |
| Binary | 1000001 | 110111 | 11011111 | 1000111 | 1001011 | 0 | 1101 | 11110100 | 1001000 | 110111 |
Color Harmonies of #4137DF
Complementary color
Monochromatic Colors of #4137DF
Black with #4137DF
Text Example
Text Example
White with #4137DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4137DF; }
p { color: rgb(65,55,223); }
H1.HeaderClassName
{
color: #4137DF;
}
.AnyTagClassName
{
color: #4137DF;
}
</style>
background-color css
<style>
a { background-color: #4137DF; }
a { background-color: rgb(65,55,223); }
div.DivClassName
{
background-color: #4137DF;
}
.BgClassName
{
background-color: #4137DF;
}
</style>
border-color css
<style>
span { border-color: #4137DF; }
span { border-color: rgb(65,55,223); }
td.TdClassName
{
border-color: #4137DF;
}
.TagClassName
{
border-color: #4137DF;
}
</style>