Shades of Neon Blue #2348FE
Tints of Neon Blue #2348FE
RGB
CMYK
RGB Variations
Color information
#2348FE (or 0x2348FE) is known color: Neon Blue. HEX triplet: 23, 48 and FE. RGB value is (35,72,254). Sum of RGB (Red+Green+Blue) = 35+72+254=361 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.70% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 254 (99.61% from 255 or 70.36% from 361); Max value from RGB is 254 - color contains mainly: blue. Hex color #2348FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2348FE is #DCB701. Grayscale: #505050. Windows color (decimal): -14464770 or 16664611. OLE color: 16664611.
HSL color Cylindrical-coordinate representation of color #2348FE: hue angle of 229.86º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2348FE is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 72 | 254 | - |
| CMYK | 0.86 | 0.72 | 0 | 0.00 |
| HSL | 229.86º | 0.99% | 0.57% | - |
| HSV(B) | 229.86º | 0.86% | 1% | - |
| XYZ | 20.9 | 12.15 | 95.01 | - |
| YUV | 81.69 | 225.24 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 72 | 254 | 0.86 | 0.72 | 0 | 0.00 | 229.86 | 0.99 | 0.57 |
| Hex | 23 | 48 | FE | 56 | 48 | 0 | 0 | E6 | 63 | 39 |
| Octal | 43 | 110 | 376 | 126 | 110 | 0 | 0 | 346 | 143 | 71 |
| Binary | 100011 | 1001000 | 11111110 | 1010110 | 1001000 | 0 | 0 | 11100110 | 1100011 | 111001 |
Color Harmonies of #2348FE
Complementary color
Monochromatic Colors of #2348FE
Black with #2348FE
Text Example
Text Example
White with #2348FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2348FE; }
p { color: rgb(35,72,254); }
H1.HeaderClassName
{
color: #2348FE;
}
.AnyTagClassName
{
color: #2348FE;
}
</style>
background-color css
<style>
a { background-color: #2348FE; }
a { background-color: rgb(35,72,254); }
div.DivClassName
{
background-color: #2348FE;
}
.BgClassName
{
background-color: #2348FE;
}
</style>
border-color css
<style>
span { border-color: #2348FE; }
span { border-color: rgb(35,72,254); }
td.TdClassName
{
border-color: #2348FE;
}
.TagClassName
{
border-color: #2348FE;
}
</style>