Shades of Neon Blue #2341FC
Tints of Neon Blue #2341FC
RGB
CMYK
RGB Variations
Color information
#2341FC (or 0x2341FC) is known color: Neon Blue. HEX triplet: 23, 41 and FC. RGB value is (35,65,252). Sum of RGB (Red+Green+Blue) = 35+65+252=352 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.94% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 252 (98.83% from 255 or 71.59% from 352); Max value from RGB is 252 - color contains mainly: blue. Hex color #2341FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2341FC is #DCBE03. Grayscale: #4C4C4C. Windows color (decimal): -14466564 or 16531747. OLE color: 16531747.
HSL color Cylindrical-coordinate representation of color #2341FC: hue angle of 231.71º degrees, saturation: 0.97, 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 #2341FC is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 35 | 65 | 252 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.01 |
| HSL | 231.71º | 0.97% | 0.56% | - |
| HSV(B) | 231.71º | 0.86% | 0.99% | - |
| XYZ | 20.15 | 11.17 | 93.19 | - |
| YUV | 77.35 | 226.56 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 252 | 0.86 | 0.74 | 0 | 0.01 | 231.71 | 0.97 | 0.56 |
| Hex | 23 | 41 | FC | 56 | 4A | 0 | 1 | E8 | 61 | 38 |
| Octal | 43 | 101 | 374 | 126 | 112 | 0 | 1 | 350 | 141 | 70 |
| Binary | 100011 | 1000001 | 11111100 | 1010110 | 1001010 | 0 | 1 | 11101000 | 1100001 | 111000 |
Color Harmonies of #2341FC
Complementary color
Monochromatic Colors of #2341FC
Black with #2341FC
Text Example
Text Example
White with #2341FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2341FC; }
p { color: rgb(35,65,252); }
H1.HeaderClassName
{
color: #2341FC;
}
.AnyTagClassName
{
color: #2341FC;
}
</style>
background-color css
<style>
a { background-color: #2341FC; }
a { background-color: rgb(35,65,252); }
div.DivClassName
{
background-color: #2341FC;
}
.BgClassName
{
background-color: #2341FC;
}
</style>
border-color css
<style>
span { border-color: #2341FC; }
span { border-color: rgb(35,65,252); }
td.TdClassName
{
border-color: #2341FC;
}
.TagClassName
{
border-color: #2341FC;
}
</style>