Shades of Neon Blue #3640FE
Tints of Neon Blue #3640FE
RGB
CMYK
RGB Variations
Color information
#3640FE (or 0x3640FE) is known color: Neon Blue. HEX triplet: 36, 40 and FE. RGB value is (54,64,254). Sum of RGB (Red+Green+Blue) = 54+64+254=372 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.52% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 254 (99.61% from 255 or 68.28% from 372); Max value from RGB is 254 - color contains mainly: blue. Hex color #3640FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3640FE is #C9BF01. Grayscale: #515151. Windows color (decimal): -13221634 or 16662582. OLE color: 16662582.
HSL color Cylindrical-coordinate representation of color #3640FE: hue angle of 237º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3640FE is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 64 | 254 | - |
| CMYK | 0.79 | 0.75 | 0 | 0.00 |
| HSL | 237º | 0.99% | 0.6% | - |
| HSV(B) | 237º | 0.79% | 1% | - |
| XYZ | 21.24 | 11.61 | 94.89 | - |
| YUV | 82.67 | 224.69 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 64 | 254 | 0.79 | 0.75 | 0 | 0.00 | 237 | 0.99 | 0.6 |
| Hex | 36 | 40 | FE | 4F | 4B | 0 | 0 | ED | 63 | 3C |
| Octal | 66 | 100 | 376 | 117 | 113 | 0 | 0 | 355 | 143 | 74 |
| Binary | 110110 | 1000000 | 11111110 | 1001111 | 1001011 | 0 | 0 | 11101101 | 1100011 | 111100 |
Color Harmonies of #3640FE
Complementary color
Monochromatic Colors of #3640FE
Black with #3640FE
Text Example
Text Example
White with #3640FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3640FE; }
p { color: rgb(54,64,254); }
H1.HeaderClassName
{
color: #3640FE;
}
.AnyTagClassName
{
color: #3640FE;
}
</style>
background-color css
<style>
a { background-color: #3640FE; }
a { background-color: rgb(54,64,254); }
div.DivClassName
{
background-color: #3640FE;
}
.BgClassName
{
background-color: #3640FE;
}
</style>
border-color css
<style>
span { border-color: #3640FE; }
span { border-color: rgb(54,64,254); }
td.TdClassName
{
border-color: #3640FE;
}
.TagClassName
{
border-color: #3640FE;
}
</style>