Shades of Neon Blue #3658FE
Tints of Neon Blue #3658FE
RGB
CMYK
RGB Variations
Color information
#3658FE (or 0x3658FE) is known color: Neon Blue. HEX triplet: 36, 58 and FE. RGB value is (54,88,254). Sum of RGB (Red+Green+Blue) = 54+88+254=396 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.64% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #3658FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3658FE is #C9A701. Grayscale: #606060. Windows color (decimal): -13215490 or 16668726. OLE color: 16668726.
HSL color Cylindrical-coordinate representation of color #3658FE: hue angle of 229.8º 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 #3658FE is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 88 | 254 | - |
| CMYK | 0.79 | 0.65 | 0 | 0.00 |
| HSL | 229.8º | 0.99% | 0.6% | - |
| HSV(B) | 229.8º | 0.79% | 1% | - |
| XYZ | 22.9 | 14.92 | 95.44 | - |
| YUV | 96.76 | 216.74 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 88 | 254 | 0.79 | 0.65 | 0 | 0.00 | 229.8 | 0.99 | 0.6 |
| Hex | 36 | 58 | FE | 4F | 41 | 0 | 0 | E6 | 63 | 3C |
| Octal | 66 | 130 | 376 | 117 | 101 | 0 | 0 | 346 | 143 | 74 |
| Binary | 110110 | 1011000 | 11111110 | 1001111 | 1000001 | 0 | 0 | 11100110 | 1100011 | 111100 |
Color Harmonies of #3658FE
Complementary color
Monochromatic Colors of #3658FE
Black with #3658FE
Text Example
Text Example
White with #3658FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3658FE; }
p { color: rgb(54,88,254); }
H1.HeaderClassName
{
color: #3658FE;
}
.AnyTagClassName
{
color: #3658FE;
}
</style>
background-color css
<style>
a { background-color: #3658FE; }
a { background-color: rgb(54,88,254); }
div.DivClassName
{
background-color: #3658FE;
}
.BgClassName
{
background-color: #3658FE;
}
</style>
border-color css
<style>
span { border-color: #3658FE; }
span { border-color: rgb(54,88,254); }
td.TdClassName
{
border-color: #3658FE;
}
.TagClassName
{
border-color: #3658FE;
}
</style>