Shades of Neon Blue #2346FE
Tints of Neon Blue #2346FE
RGB
CMYK
RGB Variations
Color information
#2346FE (or 0x2346FE) is known color: Neon Blue. HEX triplet: 23, 46 and FE. RGB value is (35,70,254). Sum of RGB (Red+Green+Blue) = 35+70+254=359 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.75% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 254 (99.61% from 255 or 70.75% from 359); Max value from RGB is 254 - color contains mainly: blue. Hex color #2346FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2346FE is #DCB901. Grayscale: #4F4F4F. Windows color (decimal): -14465282 or 16664099. OLE color: 16664099.
HSL color Cylindrical-coordinate representation of color #2346FE: hue angle of 230.41º 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 #2346FE is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 70 | 254 | - |
| CMYK | 0.86 | 0.72 | 0 | 0.00 |
| HSL | 230.41º | 0.99% | 0.57% | - |
| HSV(B) | 230.41º | 0.86% | 1% | - |
| XYZ | 20.77 | 11.89 | 94.97 | - |
| YUV | 80.51 | 225.9 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 70 | 254 | 0.86 | 0.72 | 0 | 0.00 | 230.41 | 0.99 | 0.57 |
| Hex | 23 | 46 | FE | 56 | 48 | 0 | 0 | E6 | 63 | 39 |
| Octal | 43 | 106 | 376 | 126 | 110 | 0 | 0 | 346 | 143 | 71 |
| Binary | 100011 | 1000110 | 11111110 | 1010110 | 1001000 | 0 | 0 | 11100110 | 1100011 | 111001 |
Color Harmonies of #2346FE
Complementary color
Monochromatic Colors of #2346FE
Black with #2346FE
Text Example
Text Example
White with #2346FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2346FE; }
p { color: rgb(35,70,254); }
H1.HeaderClassName
{
color: #2346FE;
}
.AnyTagClassName
{
color: #2346FE;
}
</style>
background-color css
<style>
a { background-color: #2346FE; }
a { background-color: rgb(35,70,254); }
div.DivClassName
{
background-color: #2346FE;
}
.BgClassName
{
background-color: #2346FE;
}
</style>
border-color css
<style>
span { border-color: #2346FE; }
span { border-color: rgb(35,70,254); }
td.TdClassName
{
border-color: #2346FE;
}
.TagClassName
{
border-color: #2346FE;
}
</style>