Shades of Neon Blue #3D37DF
Tints of Neon Blue #3D37DF
RGB
CMYK
RGB Variations
Color information
#3D37DF (or 0x3D37DF) is known color: Neon Blue. HEX triplet: 3D, 37 and DF. RGB value is (61,55,223). Sum of RGB (Red+Green+Blue) = 61+55+223=339 (44% of max value = 765). Red value is 61 (24.22% from 255 or 17.99% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #3D37DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D37DF is #C2C820. Grayscale: #4B4B4B. Windows color (decimal): -12765217 or 14628669. OLE color: 14628669.
HSL color Cylindrical-coordinate representation of color #3D37DF: hue angle of 242.14º 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 #3D37DF is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 55 | 223 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.13 |
| HSL | 242.14º | 0.72% | 0.55% | - |
| HSV(B) | 242.14º | 0.75% | 0.87% | - |
| XYZ | 16.61 | 9.05 | 70.68 | - |
| YUV | 75.95 | 210.99 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 55 | 223 | 0.73 | 0.75 | 0 | 0.13 | 242.14 | 0.72 | 0.55 |
| Hex | 3D | 37 | DF | 49 | 4B | 0 | D | F2 | 48 | 37 |
| Octal | 75 | 67 | 337 | 111 | 113 | 0 | 15 | 362 | 110 | 67 |
| Binary | 111101 | 110111 | 11011111 | 1001001 | 1001011 | 0 | 1101 | 11110010 | 1001000 | 110111 |
Color Harmonies of #3D37DF
Complementary color
Monochromatic Colors of #3D37DF
Black with #3D37DF
Text Example
Text Example
White with #3D37DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D37DF; }
p { color: rgb(61,55,223); }
H1.HeaderClassName
{
color: #3D37DF;
}
.AnyTagClassName
{
color: #3D37DF;
}
</style>
background-color css
<style>
a { background-color: #3D37DF; }
a { background-color: rgb(61,55,223); }
div.DivClassName
{
background-color: #3D37DF;
}
.BgClassName
{
background-color: #3D37DF;
}
</style>
border-color css
<style>
span { border-color: #3D37DF; }
span { border-color: rgb(61,55,223); }
td.TdClassName
{
border-color: #3D37DF;
}
.TagClassName
{
border-color: #3D37DF;
}
</style>