Shades of Neon Blue #3D36FF
Tints of Neon Blue #3D36FF
RGB
CMYK
RGB Variations
Color information
#3D36FF (or 0x3D36FF) is known color: Neon Blue. HEX triplet: 3D, 36 and FF. RGB value is (61,54,255). Sum of RGB (Red+Green+Blue) = 61+54+255=370 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.49% from 370); Green value is 54 (21.48% from 255 or 14.59% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #3D36FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D36FF is #C2C900. Grayscale: #4E4E4E. Windows color (decimal): -12765441 or 16725565. OLE color: 16725565.
HSL color Cylindrical-coordinate representation of color #3D36FF: hue angle of 242.09º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3D36FF is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 54 | 255 | - |
| CMYK | 0.76 | 0.79 | 0 | 0 |
| HSL | 242.09º | 1% | 0.61% | - |
| HSV(B) | 242.09º | 0.79% | 1% | - |
| XYZ | 21.29 | 10.85 | 95.58 | - |
| YUV | 79.01 | 227.32 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 54 | 255 | 0.76 | 0.79 | 0 | 0 | 242.09 | 1 | 0.61 |
| Hex | 3D | 36 | FF | 4C | 4F | 0 | 0 | F2 | 64 | 3D |
| Octal | 75 | 66 | 377 | 114 | 117 | 0 | 0 | 362 | 144 | 75 |
| Binary | 111101 | 110110 | 11111111 | 1001100 | 1001111 | 0 | 0 | 11110010 | 1100100 | 111101 |
Color Harmonies of #3D36FF
Complementary color
Monochromatic Colors of #3D36FF
Black with #3D36FF
Text Example
Text Example
White with #3D36FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D36FF; }
p { color: rgb(61,54,255); }
H1.HeaderClassName
{
color: #3D36FF;
}
.AnyTagClassName
{
color: #3D36FF;
}
</style>
background-color css
<style>
a { background-color: #3D36FF; }
a { background-color: rgb(61,54,255); }
div.DivClassName
{
background-color: #3D36FF;
}
.BgClassName
{
background-color: #3D36FF;
}
</style>
border-color css
<style>
span { border-color: #3D36FF; }
span { border-color: rgb(61,54,255); }
td.TdClassName
{
border-color: #3D36FF;
}
.TagClassName
{
border-color: #3D36FF;
}
</style>