Shades of Neon Blue #2341FD
Tints of Neon Blue #2341FD
RGB
CMYK
RGB Variations
Color information
#2341FD (or 0x2341FD) is known color: Neon Blue. HEX triplet: 23, 41 and FD. RGB value is (35,65,253). Sum of RGB (Red+Green+Blue) = 35+65+253=353 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.92% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 253 (99.22% from 255 or 71.67% from 353); Max value from RGB is 253 - color contains mainly: blue. Hex color #2341FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2341FD is #DCBE02. Grayscale: #4C4C4C. Windows color (decimal): -14466563 or 16597283. OLE color: 16597283.
HSL color Cylindrical-coordinate representation of color #2341FD: hue angle of 231.74º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2341FD is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 35 | 65 | 253 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.01 |
| HSL | 231.74º | 0.98% | 0.56% | - |
| HSV(B) | 231.74º | 0.86% | 0.99% | - |
| XYZ | 20.31 | 11.23 | 94.03 | - |
| YUV | 77.46 | 227.06 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 253 | 0.86 | 0.74 | 0 | 0.01 | 231.74 | 0.98 | 0.56 |
| Hex | 23 | 41 | FD | 56 | 4A | 0 | 1 | E8 | 62 | 38 |
| Octal | 43 | 101 | 375 | 126 | 112 | 0 | 1 | 350 | 142 | 70 |
| Binary | 100011 | 1000001 | 11111101 | 1010110 | 1001010 | 0 | 1 | 11101000 | 1100010 | 111000 |
Color Harmonies of #2341FD
Complementary color
Monochromatic Colors of #2341FD
Black with #2341FD
Text Example
Text Example
White with #2341FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2341FD; }
p { color: rgb(35,65,253); }
H1.HeaderClassName
{
color: #2341FD;
}
.AnyTagClassName
{
color: #2341FD;
}
</style>
background-color css
<style>
a { background-color: #2341FD; }
a { background-color: rgb(35,65,253); }
div.DivClassName
{
background-color: #2341FD;
}
.BgClassName
{
background-color: #2341FD;
}
</style>
border-color css
<style>
span { border-color: #2341FD; }
span { border-color: rgb(35,65,253); }
td.TdClassName
{
border-color: #2341FD;
}
.TagClassName
{
border-color: #2341FD;
}
</style>