Shades of Neon Blue #2341FE
Tints of Neon Blue #2341FE
RGB
CMYK
RGB Variations
Color information
#2341FE (or 0x2341FE) is known color: Neon Blue. HEX triplet: 23, 41 and FE. RGB value is (35,65,254). Sum of RGB (Red+Green+Blue) = 35+65+254=354 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.89% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 254 (99.61% from 255 or 71.75% from 354); Max value from RGB is 254 - color contains mainly: blue. Hex color #2341FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2341FE is #DCBE01. Grayscale: #4C4C4C. Windows color (decimal): -14466562 or 16662819. OLE color: 16662819.
HSL color Cylindrical-coordinate representation of color #2341FE: hue angle of 231.78º 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 #2341FE is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 65 | 254 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.00 |
| HSL | 231.78º | 0.99% | 0.57% | - |
| HSV(B) | 231.78º | 0.86% | 1% | - |
| XYZ | 20.47 | 11.29 | 94.87 | - |
| YUV | 77.58 | 227.56 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 254 | 0.86 | 0.74 | 0 | 0.00 | 231.78 | 0.99 | 0.57 |
| Hex | 23 | 41 | FE | 56 | 4A | 0 | 0 | E8 | 63 | 39 |
| Octal | 43 | 101 | 376 | 126 | 112 | 0 | 0 | 350 | 143 | 71 |
| Binary | 100011 | 1000001 | 11111110 | 1010110 | 1001010 | 0 | 0 | 11101000 | 1100011 | 111001 |
Color Harmonies of #2341FE
Complementary color
Monochromatic Colors of #2341FE
Black with #2341FE
Text Example
Text Example
White with #2341FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2341FE; }
p { color: rgb(35,65,254); }
H1.HeaderClassName
{
color: #2341FE;
}
.AnyTagClassName
{
color: #2341FE;
}
</style>
background-color css
<style>
a { background-color: #2341FE; }
a { background-color: rgb(35,65,254); }
div.DivClassName
{
background-color: #2341FE;
}
.BgClassName
{
background-color: #2341FE;
}
</style>
border-color css
<style>
span { border-color: #2341FE; }
span { border-color: rgb(35,65,254); }
td.TdClassName
{
border-color: #2341FE;
}
.TagClassName
{
border-color: #2341FE;
}
</style>