Shades of Neon Blue #3654FE
Tints of Neon Blue #3654FE
RGB
CMYK
RGB Variations
Color information
#3654FE (or 0x3654FE) is known color: Neon Blue. HEX triplet: 36, 54 and FE. RGB value is (54,84,254). Sum of RGB (Red+Green+Blue) = 54+84+254=392 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.78% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #3654FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3654FE is #C9AB01. Grayscale: #5D5D5D. Windows color (decimal): -13216514 or 16667702. OLE color: 16667702.
HSL color Cylindrical-coordinate representation of color #3654FE: hue angle of 231º 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 #3654FE is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 84 | 254 | - |
| CMYK | 0.79 | 0.67 | 0 | 0.00 |
| HSL | 231º | 0.99% | 0.6% | - |
| HSV(B) | 231º | 0.79% | 1% | - |
| XYZ | 22.58 | 14.28 | 95.33 | - |
| YUV | 94.41 | 218.06 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 84 | 254 | 0.79 | 0.67 | 0 | 0.00 | 231 | 0.99 | 0.6 |
| Hex | 36 | 54 | FE | 4F | 43 | 0 | 0 | E7 | 63 | 3C |
| Octal | 66 | 124 | 376 | 117 | 103 | 0 | 0 | 347 | 143 | 74 |
| Binary | 110110 | 1010100 | 11111110 | 1001111 | 1000011 | 0 | 0 | 11100111 | 1100011 | 111100 |
Color Harmonies of #3654FE
Complementary color
Monochromatic Colors of #3654FE
Black with #3654FE
Text Example
Text Example
White with #3654FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3654FE; }
p { color: rgb(54,84,254); }
H1.HeaderClassName
{
color: #3654FE;
}
.AnyTagClassName
{
color: #3654FE;
}
</style>
background-color css
<style>
a { background-color: #3654FE; }
a { background-color: rgb(54,84,254); }
div.DivClassName
{
background-color: #3654FE;
}
.BgClassName
{
background-color: #3654FE;
}
</style>
border-color css
<style>
span { border-color: #3654FE; }
span { border-color: rgb(54,84,254); }
td.TdClassName
{
border-color: #3654FE;
}
.TagClassName
{
border-color: #3654FE;
}
</style>