Shades of Neon Blue #3651FE
Tints of Neon Blue #3651FE
RGB
CMYK
RGB Variations
Color information
#3651FE (or 0x3651FE) is known color: Neon Blue. HEX triplet: 36, 51 and FE. RGB value is (54,81,254). Sum of RGB (Red+Green+Blue) = 54+81+254=389 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.88% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 254 (99.61% from 255 or 65.30% from 389); Max value from RGB is 254 - color contains mainly: blue. Hex color #3651FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3651FE is #C9AE01. Grayscale: #5B5B5B. Windows color (decimal): -13217282 or 16666934. OLE color: 16666934.
HSL color Cylindrical-coordinate representation of color #3651FE: hue angle of 231.9º 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 #3651FE is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 81 | 254 | - |
| CMYK | 0.79 | 0.68 | 0 | 0.00 |
| HSL | 231.9º | 0.99% | 0.6% | - |
| HSV(B) | 231.9º | 0.79% | 1% | - |
| XYZ | 22.35 | 13.82 | 95.26 | - |
| YUV | 92.65 | 219.05 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 81 | 254 | 0.79 | 0.68 | 0 | 0.00 | 231.9 | 0.99 | 0.6 |
| Hex | 36 | 51 | FE | 4F | 44 | 0 | 0 | E8 | 63 | 3C |
| Octal | 66 | 121 | 376 | 117 | 104 | 0 | 0 | 350 | 143 | 74 |
| Binary | 110110 | 1010001 | 11111110 | 1001111 | 1000100 | 0 | 0 | 11101000 | 1100011 | 111100 |
Color Harmonies of #3651FE
Complementary color
Monochromatic Colors of #3651FE
Black with #3651FE
Text Example
Text Example
White with #3651FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3651FE; }
p { color: rgb(54,81,254); }
H1.HeaderClassName
{
color: #3651FE;
}
.AnyTagClassName
{
color: #3651FE;
}
</style>
background-color css
<style>
a { background-color: #3651FE; }
a { background-color: rgb(54,81,254); }
div.DivClassName
{
background-color: #3651FE;
}
.BgClassName
{
background-color: #3651FE;
}
</style>
border-color css
<style>
span { border-color: #3651FE; }
span { border-color: rgb(54,81,254); }
td.TdClassName
{
border-color: #3651FE;
}
.TagClassName
{
border-color: #3651FE;
}
</style>