Shades of Neon Blue #4138DF
Tints of Neon Blue #4138DF
RGB
CMYK
RGB Variations
Color information
#4138DF (or 0x4138DF) is known color: Neon Blue. HEX triplet: 41, 38 and DF. RGB value is (65,56,223). Sum of RGB (Red+Green+Blue) = 65+56+223=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 223 (87.5% from 255 or 64.83% from 344); Max value from RGB is 223 - color contains mainly: blue. Hex color #4138DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4138DF is #BEC720. Grayscale: #4D4D4D. Windows color (decimal): -12502817 or 14628929. OLE color: 14628929.
HSL color Cylindrical-coordinate representation of color #4138DF: hue angle of 243.23º 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 #4138DF is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 56 | 223 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.13 |
| HSL | 243.23º | 0.72% | 0.55% | - |
| HSV(B) | 243.23º | 0.75% | 0.87% | - |
| XYZ | 16.91 | 9.28 | 70.71 | - |
| YUV | 77.73 | 209.98 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 56 | 223 | 0.71 | 0.75 | 0 | 0.13 | 243.23 | 0.72 | 0.55 |
| Hex | 41 | 38 | DF | 47 | 4B | 0 | D | F3 | 48 | 37 |
| Octal | 101 | 70 | 337 | 107 | 113 | 0 | 15 | 363 | 110 | 67 |
| Binary | 1000001 | 111000 | 11011111 | 1000111 | 1001011 | 0 | 1101 | 11110011 | 1001000 | 110111 |
Color Harmonies of #4138DF
Complementary color
Monochromatic Colors of #4138DF
Black with #4138DF
Text Example
Text Example
White with #4138DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4138DF; }
p { color: rgb(65,56,223); }
H1.HeaderClassName
{
color: #4138DF;
}
.AnyTagClassName
{
color: #4138DF;
}
</style>
background-color css
<style>
a { background-color: #4138DF; }
a { background-color: rgb(65,56,223); }
div.DivClassName
{
background-color: #4138DF;
}
.BgClassName
{
background-color: #4138DF;
}
</style>
border-color css
<style>
span { border-color: #4138DF; }
span { border-color: rgb(65,56,223); }
td.TdClassName
{
border-color: #4138DF;
}
.TagClassName
{
border-color: #4138DF;
}
</style>