Shades of Neon Blue #2343FE
Tints of Neon Blue #2343FE
RGB
CMYK
RGB Variations
Color information
#2343FE (or 0x2343FE) is known color: Neon Blue. HEX triplet: 23, 43 and FE. RGB value is (35,67,254). Sum of RGB (Red+Green+Blue) = 35+67+254=356 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.83% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 254 (99.61% from 255 or 71.35% from 356); Max value from RGB is 254 - color contains mainly: blue. Hex color #2343FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2343FE is #DCBC01. Grayscale: #4D4D4D. Windows color (decimal): -14466050 or 16663331. OLE color: 16663331.
HSL color Cylindrical-coordinate representation of color #2343FE: hue angle of 231.23º 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 #2343FE is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 67 | 254 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.00 |
| HSL | 231.23º | 0.99% | 0.57% | - |
| HSV(B) | 231.23º | 0.86% | 1% | - |
| XYZ | 20.59 | 11.53 | 94.91 | - |
| YUV | 78.75 | 226.9 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 67 | 254 | 0.86 | 0.74 | 0 | 0.00 | 231.23 | 0.99 | 0.57 |
| Hex | 23 | 43 | FE | 56 | 4A | 0 | 0 | E7 | 63 | 39 |
| Octal | 43 | 103 | 376 | 126 | 112 | 0 | 0 | 347 | 143 | 71 |
| Binary | 100011 | 1000011 | 11111110 | 1010110 | 1001010 | 0 | 0 | 11100111 | 1100011 | 111001 |
Color Harmonies of #2343FE
Complementary color
Monochromatic Colors of #2343FE
Black with #2343FE
Text Example
Text Example
White with #2343FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2343FE; }
p { color: rgb(35,67,254); }
H1.HeaderClassName
{
color: #2343FE;
}
.AnyTagClassName
{
color: #2343FE;
}
</style>
background-color css
<style>
a { background-color: #2343FE; }
a { background-color: rgb(35,67,254); }
div.DivClassName
{
background-color: #2343FE;
}
.BgClassName
{
background-color: #2343FE;
}
</style>
border-color css
<style>
span { border-color: #2343FE; }
span { border-color: rgb(35,67,254); }
td.TdClassName
{
border-color: #2343FE;
}
.TagClassName
{
border-color: #2343FE;
}
</style>