Shades of Neon Blue #4138ED
Tints of Neon Blue #4138ED
RGB
CMYK
RGB Variations
Color information
#4138ED (or 0x4138ED) is known color: Neon Blue. HEX triplet: 41, 38 and ED. RGB value is (65,56,237). Sum of RGB (Red+Green+Blue) = 65+56+237=358 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.16% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 237 (92.97% from 255 or 66.20% from 358); Max value from RGB is 237 - color contains mainly: blue. Hex color #4138ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4138ED is #BEC712. Grayscale: #4E4E4E. Windows color (decimal): -12502803 or 15546433. OLE color: 15546433.
HSL color Cylindrical-coordinate representation of color #4138ED: hue angle of 242.98º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4138ED is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 56 | 237 | - |
| CMYK | 0.73 | 0.76 | 0 | 0.07 |
| HSL | 242.98º | 0.83% | 0.57% | - |
| HSV(B) | 242.98º | 0.76% | 0.93% | - |
| XYZ | 18.88 | 10.07 | 81.07 | - |
| YUV | 79.33 | 216.98 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 56 | 237 | 0.73 | 0.76 | 0 | 0.07 | 242.98 | 0.83 | 0.57 |
| Hex | 41 | 38 | ED | 49 | 4C | 0 | 7 | F3 | 53 | 39 |
| Octal | 101 | 70 | 355 | 111 | 114 | 0 | 7 | 363 | 123 | 71 |
| Binary | 1000001 | 111000 | 11101101 | 1001001 | 1001100 | 0 | 111 | 11110011 | 1010011 | 111001 |
Color Harmonies of #4138ED
Complementary color
Monochromatic Colors of #4138ED
Black with #4138ED
Text Example
Text Example
White with #4138ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4138ED; }
p { color: rgb(65,56,237); }
H1.HeaderClassName
{
color: #4138ED;
}
.AnyTagClassName
{
color: #4138ED;
}
</style>
background-color css
<style>
a { background-color: #4138ED; }
a { background-color: rgb(65,56,237); }
div.DivClassName
{
background-color: #4138ED;
}
.BgClassName
{
background-color: #4138ED;
}
</style>
border-color css
<style>
span { border-color: #4138ED; }
span { border-color: rgb(65,56,237); }
td.TdClassName
{
border-color: #4138ED;
}
.TagClassName
{
border-color: #4138ED;
}
</style>