Shades of Neon Blue #3641FF
Tints of Neon Blue #3641FF
RGB
CMYK
RGB Variations
Color information
#3641FF (or 0x3641FF) is known color: Neon Blue. HEX triplet: 36, 41 and FF. RGB value is (54,65,255). Sum of RGB (Red+Green+Blue) = 54+65+255=374 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.44% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #3641FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3641FF is #C9BE00. Grayscale: #525252. Windows color (decimal): -13221377 or 16728374. OLE color: 16728374.
HSL color Cylindrical-coordinate representation of color #3641FF: hue angle of 236.72º 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 #3641FF is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 65 | 255 | - |
| CMYK | 0.79 | 0.75 | 0 | 0 |
| HSL | 236.72º | 1% | 0.61% | - |
| HSV(B) | 236.72º | 0.79% | 1% | - |
| XYZ | 21.46 | 11.78 | 95.75 | - |
| YUV | 83.37 | 224.86 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 65 | 255 | 0.79 | 0.75 | 0 | 0 | 236.72 | 1 | 0.61 |
| Hex | 36 | 41 | FF | 4F | 4B | 0 | 0 | ED | 64 | 3D |
| Octal | 66 | 101 | 377 | 117 | 113 | 0 | 0 | 355 | 144 | 75 |
| Binary | 110110 | 1000001 | 11111111 | 1001111 | 1001011 | 0 | 0 | 11101101 | 1100100 | 111101 |
Color Harmonies of #3641FF
Complementary color
Monochromatic Colors of #3641FF
Black with #3641FF
Text Example
Text Example
White with #3641FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3641FF; }
p { color: rgb(54,65,255); }
H1.HeaderClassName
{
color: #3641FF;
}
.AnyTagClassName
{
color: #3641FF;
}
</style>
background-color css
<style>
a { background-color: #3641FF; }
a { background-color: rgb(54,65,255); }
div.DivClassName
{
background-color: #3641FF;
}
.BgClassName
{
background-color: #3641FF;
}
</style>
border-color css
<style>
span { border-color: #3641FF; }
span { border-color: rgb(54,65,255); }
td.TdClassName
{
border-color: #3641FF;
}
.TagClassName
{
border-color: #3641FF;
}
</style>