Shades of Neon Blue #3631FE
Tints of Neon Blue #3631FE
RGB
CMYK
RGB Variations
Color information
#3631FE (or 0x3631FE) is known color: Neon Blue. HEX triplet: 36, 31 and FE. RGB value is (54,49,254). Sum of RGB (Red+Green+Blue) = 54+49+254=357 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.13% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 254 (99.61% from 255 or 71.15% from 357); Max value from RGB is 254 - color contains mainly: blue. Hex color #3631FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3631FE is #C9CE01. Grayscale: #494949. Windows color (decimal): -13225474 or 16658742. OLE color: 16658742.
HSL color Cylindrical-coordinate representation of color #3631FE: hue angle of 241.46º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3631FE is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 49 | 254 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.00 |
| HSL | 241.46º | 0.99% | 0.59% | - |
| HSV(B) | 241.46º | 0.81% | 1% | - |
| XYZ | 20.51 | 10.14 | 94.64 | - |
| YUV | 73.87 | 229.66 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 49 | 254 | 0.79 | 0.81 | 0 | 0.00 | 241.46 | 0.99 | 0.59 |
| Hex | 36 | 31 | FE | 4F | 51 | 0 | 0 | F1 | 63 | 3B |
| Octal | 66 | 61 | 376 | 117 | 121 | 0 | 0 | 361 | 143 | 73 |
| Binary | 110110 | 110001 | 11111110 | 1001111 | 1010001 | 0 | 0 | 11110001 | 1100011 | 111011 |
Color Harmonies of #3631FE
Complementary color
Monochromatic Colors of #3631FE
Black with #3631FE
Text Example
Text Example
White with #3631FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3631FE; }
p { color: rgb(54,49,254); }
H1.HeaderClassName
{
color: #3631FE;
}
.AnyTagClassName
{
color: #3631FE;
}
</style>
background-color css
<style>
a { background-color: #3631FE; }
a { background-color: rgb(54,49,254); }
div.DivClassName
{
background-color: #3631FE;
}
.BgClassName
{
background-color: #3631FE;
}
</style>
border-color css
<style>
span { border-color: #3631FE; }
span { border-color: rgb(54,49,254); }
td.TdClassName
{
border-color: #3631FE;
}
.TagClassName
{
border-color: #3631FE;
}
</style>