Shades of Neon Blue #3644FF
Tints of Neon Blue #3644FF
RGB
CMYK
RGB Variations
Color information
#3644FF (or 0x3644FF) is known color: Neon Blue. HEX triplet: 36, 44 and FF. RGB value is (54,68,255). Sum of RGB (Red+Green+Blue) = 54+68+255=377 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.32% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #3644FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3644FF is #C9BB00. Grayscale: #545454. Windows color (decimal): -13220609 or 16729142. OLE color: 16729142.
HSL color Cylindrical-coordinate representation of color #3644FF: hue angle of 235.82º 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 #3644FF is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 68 | 255 | - |
| CMYK | 0.79 | 0.73 | 0 | 0 |
| HSL | 235.82º | 1% | 0.61% | - |
| HSV(B) | 235.82º | 0.79% | 1% | - |
| XYZ | 21.64 | 12.14 | 95.81 | - |
| YUV | 85.13 | 223.86 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 68 | 255 | 0.79 | 0.73 | 0 | 0 | 235.82 | 1 | 0.61 |
| Hex | 36 | 44 | FF | 4F | 49 | 0 | 0 | EC | 64 | 3D |
| Octal | 66 | 104 | 377 | 117 | 111 | 0 | 0 | 354 | 144 | 75 |
| Binary | 110110 | 1000100 | 11111111 | 1001111 | 1001001 | 0 | 0 | 11101100 | 1100100 | 111101 |
Color Harmonies of #3644FF
Complementary color
Monochromatic Colors of #3644FF
Black with #3644FF
Text Example
Text Example
White with #3644FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3644FF; }
p { color: rgb(54,68,255); }
H1.HeaderClassName
{
color: #3644FF;
}
.AnyTagClassName
{
color: #3644FF;
}
</style>
background-color css
<style>
a { background-color: #3644FF; }
a { background-color: rgb(54,68,255); }
div.DivClassName
{
background-color: #3644FF;
}
.BgClassName
{
background-color: #3644FF;
}
</style>
border-color css
<style>
span { border-color: #3644FF; }
span { border-color: rgb(54,68,255); }
td.TdClassName
{
border-color: #3644FF;
}
.TagClassName
{
border-color: #3644FF;
}
</style>