Shades of Neon Blue #3631E5
Tints of Neon Blue #3631E5
RGB
CMYK
RGB Variations
Color information
#3631E5 (or 0x3631E5) is known color: Neon Blue. HEX triplet: 36, 31 and E5. RGB value is (54,49,229). Sum of RGB (Red+Green+Blue) = 54+49+229=332 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.27% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 229 (89.84% from 255 or 68.98% from 332); Max value from RGB is 229 - color contains mainly: blue. Hex color #3631E5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3631E5 is #C9CE1A. Grayscale: #464646. Windows color (decimal): -13225499 or 15020342. OLE color: 15020342.
HSL color Cylindrical-coordinate representation of color #3631E5: hue angle of 241.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3631E5 is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 54 | 49 | 229 | - |
| CMYK | 0.76 | 0.79 | 0 | 0.10 |
| HSL | 241.67º | 0.78% | 0.55% | - |
| HSV(B) | 241.67º | 0.79% | 0.9% | - |
| XYZ | 16.76 | 8.64 | 74.91 | - |
| YUV | 71.02 | 217.16 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 49 | 229 | 0.76 | 0.79 | 0 | 0.10 | 241.67 | 0.78 | 0.55 |
| Hex | 36 | 31 | E5 | 4C | 4F | 0 | A | F2 | 4E | 37 |
| Octal | 66 | 61 | 345 | 114 | 117 | 0 | 12 | 362 | 116 | 67 |
| Binary | 110110 | 110001 | 11100101 | 1001100 | 1001111 | 0 | 1010 | 11110010 | 1001110 | 110111 |
Color Harmonies of #3631E5
Complementary color
Monochromatic Colors of #3631E5
Black with #3631E5
Text Example
Text Example
White with #3631E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3631E5; }
p { color: rgb(54,49,229); }
H1.HeaderClassName
{
color: #3631E5;
}
.AnyTagClassName
{
color: #3631E5;
}
</style>
background-color css
<style>
a { background-color: #3631E5; }
a { background-color: rgb(54,49,229); }
div.DivClassName
{
background-color: #3631E5;
}
.BgClassName
{
background-color: #3631E5;
}
</style>
border-color css
<style>
span { border-color: #3631E5; }
span { border-color: rgb(54,49,229); }
td.TdClassName
{
border-color: #3631E5;
}
.TagClassName
{
border-color: #3631E5;
}
</style>