Shades of Neon Blue #3641FE
Tints of Neon Blue #3641FE
RGB
CMYK
RGB Variations
Color information
#3641FE (or 0x3641FE) is known color: Neon Blue. HEX triplet: 36, 41 and FE. RGB value is (54,65,254). Sum of RGB (Red+Green+Blue) = 54+65+254=373 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.48% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 254 (99.61% from 255 or 68.10% from 373); Max value from RGB is 254 - color contains mainly: blue. Hex color #3641FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3641FE is #C9BE01. Grayscale: #525252. Windows color (decimal): -13221378 or 16662838. OLE color: 16662838.
HSL color Cylindrical-coordinate representation of color #3641FE: hue angle of 236.7º 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 #3641FE is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 65 | 254 | - |
| CMYK | 0.79 | 0.74 | 0 | 0.00 |
| HSL | 236.7º | 0.99% | 0.6% | - |
| HSV(B) | 236.7º | 0.79% | 1% | - |
| XYZ | 21.3 | 11.72 | 94.91 | - |
| YUV | 83.26 | 224.36 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 65 | 254 | 0.79 | 0.74 | 0 | 0.00 | 236.7 | 0.99 | 0.6 |
| Hex | 36 | 41 | FE | 4F | 4A | 0 | 0 | ED | 63 | 3C |
| Octal | 66 | 101 | 376 | 117 | 112 | 0 | 0 | 355 | 143 | 74 |
| Binary | 110110 | 1000001 | 11111110 | 1001111 | 1001010 | 0 | 0 | 11101101 | 1100011 | 111100 |
Color Harmonies of #3641FE
Complementary color
Monochromatic Colors of #3641FE
Black with #3641FE
Text Example
Text Example
White with #3641FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3641FE; }
p { color: rgb(54,65,254); }
H1.HeaderClassName
{
color: #3641FE;
}
.AnyTagClassName
{
color: #3641FE;
}
</style>
background-color css
<style>
a { background-color: #3641FE; }
a { background-color: rgb(54,65,254); }
div.DivClassName
{
background-color: #3641FE;
}
.BgClassName
{
background-color: #3641FE;
}
</style>
border-color css
<style>
span { border-color: #3641FE; }
span { border-color: rgb(54,65,254); }
td.TdClassName
{
border-color: #3641FE;
}
.TagClassName
{
border-color: #3641FE;
}
</style>