Shades of Neon Blue #2340FF
Tints of Neon Blue #2340FF
RGB
CMYK
RGB Variations
Color information
#2340FF (or 0x2340FF) is known color: Neon Blue. HEX triplet: 23, 40 and FF. RGB value is (35,64,255). Sum of RGB (Red+Green+Blue) = 35+64+255=354 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.89% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #2340FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2340FF is #DCBF00. Grayscale: #4C4C4C. Windows color (decimal): -14466817 or 16728099. OLE color: 16728099.
HSL color Cylindrical-coordinate representation of color #2340FF: hue angle of 232.09º 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 #2340FF is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 64 | 255 | - |
| CMYK | 0.86 | 0.75 | 0 | 0 |
| HSL | 232.09º | 1% | 0.57% | - |
| HSV(B) | 232.09º | 0.86% | 1% | - |
| XYZ | 20.58 | 11.24 | 95.69 | - |
| YUV | 77.1 | 228.39 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 64 | 255 | 0.86 | 0.75 | 0 | 0 | 232.09 | 1 | 0.57 |
| Hex | 23 | 40 | FF | 56 | 4B | 0 | 0 | E8 | 64 | 39 |
| Octal | 43 | 100 | 377 | 126 | 113 | 0 | 0 | 350 | 144 | 71 |
| Binary | 100011 | 1000000 | 11111111 | 1010110 | 1001011 | 0 | 0 | 11101000 | 1100100 | 111001 |
Color Harmonies of #2340FF
Complementary color
Monochromatic Colors of #2340FF
Black with #2340FF
Text Example
Text Example
White with #2340FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2340FF; }
p { color: rgb(35,64,255); }
H1.HeaderClassName
{
color: #2340FF;
}
.AnyTagClassName
{
color: #2340FF;
}
</style>
background-color css
<style>
a { background-color: #2340FF; }
a { background-color: rgb(35,64,255); }
div.DivClassName
{
background-color: #2340FF;
}
.BgClassName
{
background-color: #2340FF;
}
</style>
border-color css
<style>
span { border-color: #2340FF; }
span { border-color: rgb(35,64,255); }
td.TdClassName
{
border-color: #2340FF;
}
.TagClassName
{
border-color: #2340FF;
}
</style>