Shades of Neon Blue #3640FF
Tints of Neon Blue #3640FF
RGB
CMYK
RGB Variations
Color information
#3640FF (or 0x3640FF) is known color: Neon Blue. HEX triplet: 36, 40 and FF. RGB value is (54,64,255). Sum of RGB (Red+Green+Blue) = 54+64+255=373 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.48% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #3640FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3640FF is #C9BF00. Grayscale: #525252. Windows color (decimal): -13221633 or 16728118. OLE color: 16728118.
HSL color Cylindrical-coordinate representation of color #3640FF: hue angle of 237.01º 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 #3640FF is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 64 | 255 | - |
| CMYK | 0.79 | 0.75 | 0 | 0 |
| HSL | 237.01º | 1% | 0.61% | - |
| HSV(B) | 237.01º | 0.79% | 1% | - |
| XYZ | 21.4 | 11.67 | 95.73 | - |
| YUV | 82.78 | 225.19 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 64 | 255 | 0.79 | 0.75 | 0 | 0 | 237.01 | 1 | 0.61 |
| Hex | 36 | 40 | FF | 4F | 4B | 0 | 0 | ED | 64 | 3D |
| Octal | 66 | 100 | 377 | 117 | 113 | 0 | 0 | 355 | 144 | 75 |
| Binary | 110110 | 1000000 | 11111111 | 1001111 | 1001011 | 0 | 0 | 11101101 | 1100100 | 111101 |
Color Harmonies of #3640FF
Complementary color
Monochromatic Colors of #3640FF
Black with #3640FF
Text Example
Text Example
White with #3640FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3640FF; }
p { color: rgb(54,64,255); }
H1.HeaderClassName
{
color: #3640FF;
}
.AnyTagClassName
{
color: #3640FF;
}
</style>
background-color css
<style>
a { background-color: #3640FF; }
a { background-color: rgb(54,64,255); }
div.DivClassName
{
background-color: #3640FF;
}
.BgClassName
{
background-color: #3640FF;
}
</style>
border-color css
<style>
span { border-color: #3640FF; }
span { border-color: rgb(54,64,255); }
td.TdClassName
{
border-color: #3640FF;
}
.TagClassName
{
border-color: #3640FF;
}
</style>