Shades of Neon Blue #2343FF
Tints of Neon Blue #2343FF
RGB
CMYK
RGB Variations
Color information
#2343FF (or 0x2343FF) is known color: Neon Blue. HEX triplet: 23, 43 and FF. RGB value is (35,67,255). Sum of RGB (Red+Green+Blue) = 35+67+255=357 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.80% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #2343FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2343FF is #DCBC00. Grayscale: #4E4E4E. Windows color (decimal): -14466049 or 16728867. OLE color: 16728867.
HSL color Cylindrical-coordinate representation of color #2343FF: hue angle of 231.27º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2343FF is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 67 | 255 | - |
| CMYK | 0.86 | 0.74 | 0 | 0 |
| HSL | 231.27º | 1% | 0.57% | - |
| HSV(B) | 231.27º | 0.86% | 1% | - |
| XYZ | 20.75 | 11.59 | 95.75 | - |
| YUV | 78.86 | 227.4 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 67 | 255 | 0.86 | 0.74 | 0 | 0 | 231.27 | 1 | 0.57 |
| Hex | 23 | 43 | FF | 56 | 4A | 0 | 0 | E7 | 64 | 39 |
| Octal | 43 | 103 | 377 | 126 | 112 | 0 | 0 | 347 | 144 | 71 |
| Binary | 100011 | 1000011 | 11111111 | 1010110 | 1001010 | 0 | 0 | 11100111 | 1100100 | 111001 |
Color Harmonies of #2343FF
Complementary color
Monochromatic Colors of #2343FF
Black with #2343FF
Text Example
Text Example
White with #2343FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2343FF; }
p { color: rgb(35,67,255); }
H1.HeaderClassName
{
color: #2343FF;
}
.AnyTagClassName
{
color: #2343FF;
}
</style>
background-color css
<style>
a { background-color: #2343FF; }
a { background-color: rgb(35,67,255); }
div.DivClassName
{
background-color: #2343FF;
}
.BgClassName
{
background-color: #2343FF;
}
</style>
border-color css
<style>
span { border-color: #2343FF; }
span { border-color: rgb(35,67,255); }
td.TdClassName
{
border-color: #2343FF;
}
.TagClassName
{
border-color: #2343FF;
}
</style>