Shades of Neon Blue #4139DF
Tints of Neon Blue #4139DF
RGB
CMYK
RGB Variations
Color information
#4139DF (or 0x4139DF) is known color: Neon Blue. HEX triplet: 41, 39 and DF. RGB value is (65,57,223). Sum of RGB (Red+Green+Blue) = 65+57+223=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 223 (87.5% from 255 or 64.64% from 345); Max value from RGB is 223 - color contains mainly: blue. Hex color #4139DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4139DF is #BEC620. Grayscale: #4D4D4D. Windows color (decimal): -12502561 or 14629185. OLE color: 14629185.
HSL color Cylindrical-coordinate representation of color #4139DF: hue angle of 242.89º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4139DF is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 57 | 223 | - |
| CMYK | 0.71 | 0.74 | 0 | 0.13 |
| HSL | 242.89º | 0.72% | 0.55% | - |
| HSV(B) | 242.89º | 0.74% | 0.87% | - |
| XYZ | 16.96 | 9.38 | 70.73 | - |
| YUV | 78.32 | 209.65 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 57 | 223 | 0.71 | 0.74 | 0 | 0.13 | 242.89 | 0.72 | 0.55 |
| Hex | 41 | 39 | DF | 47 | 4A | 0 | D | F3 | 48 | 37 |
| Octal | 101 | 71 | 337 | 107 | 112 | 0 | 15 | 363 | 110 | 67 |
| Binary | 1000001 | 111001 | 11011111 | 1000111 | 1001010 | 0 | 1101 | 11110011 | 1001000 | 110111 |
Color Harmonies of #4139DF
Complementary color
Monochromatic Colors of #4139DF
Black with #4139DF
Text Example
Text Example
White with #4139DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4139DF; }
p { color: rgb(65,57,223); }
H1.HeaderClassName
{
color: #4139DF;
}
.AnyTagClassName
{
color: #4139DF;
}
</style>
background-color css
<style>
a { background-color: #4139DF; }
a { background-color: rgb(65,57,223); }
div.DivClassName
{
background-color: #4139DF;
}
.BgClassName
{
background-color: #4139DF;
}
</style>
border-color css
<style>
span { border-color: #4139DF; }
span { border-color: rgb(65,57,223); }
td.TdClassName
{
border-color: #4139DF;
}
.TagClassName
{
border-color: #4139DF;
}
</style>