Shades of Neon Blue #2653FE
Tints of Neon Blue #2653FE
RGB
CMYK
RGB Variations
Color information
#2653FE (or 0x2653FE) is known color: Neon Blue. HEX triplet: 26, 53 and FE. RGB value is (38,83,254). Sum of RGB (Red+Green+Blue) = 38+83+254=375 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.13% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 254 (99.61% from 255 or 67.73% from 375); Max value from RGB is 254 - color contains mainly: blue. Hex color #2653FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2653FE is #D9AC01. Grayscale: #585858. Windows color (decimal): -14265346 or 16667430. OLE color: 16667430.
HSL color Cylindrical-coordinate representation of color #2653FE: hue angle of 227.5º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2653FE is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 38 | 83 | 254 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.00 |
| HSL | 227.5º | 0.99% | 0.57% | - |
| HSV(B) | 227.5º | 0.85% | 1% | - |
| XYZ | 21.78 | 13.75 | 95.27 | - |
| YUV | 89.04 | 221.09 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 83 | 254 | 0.85 | 0.67 | 0 | 0.00 | 227.5 | 0.99 | 0.57 |
| Hex | 26 | 53 | FE | 55 | 43 | 0 | 0 | E4 | 63 | 39 |
| Octal | 46 | 123 | 376 | 125 | 103 | 0 | 0 | 344 | 143 | 71 |
| Binary | 100110 | 1010011 | 11111110 | 1010101 | 1000011 | 0 | 0 | 11100100 | 1100011 | 111001 |
Color Harmonies of #2653FE
Complementary color
Monochromatic Colors of #2653FE
Black with #2653FE
Text Example
Text Example
White with #2653FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2653FE; }
p { color: rgb(38,83,254); }
H1.HeaderClassName
{
color: #2653FE;
}
.AnyTagClassName
{
color: #2653FE;
}
</style>
background-color css
<style>
a { background-color: #2653FE; }
a { background-color: rgb(38,83,254); }
div.DivClassName
{
background-color: #2653FE;
}
.BgClassName
{
background-color: #2653FE;
}
</style>
border-color css
<style>
span { border-color: #2653FE; }
span { border-color: rgb(38,83,254); }
td.TdClassName
{
border-color: #2653FE;
}
.TagClassName
{
border-color: #2653FE;
}
</style>