Shades of Neon Blue #2343FA
Tints of Neon Blue #2343FA
RGB
CMYK
RGB Variations
Color information
#2343FA (or 0x2343FA) is known color: Neon Blue. HEX triplet: 23, 43 and FA. RGB value is (35,67,250). Sum of RGB (Red+Green+Blue) = 35+67+250=352 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.94% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 250 (98.05% from 255 or 71.02% from 352); Max value from RGB is 250 - color contains mainly: blue. Hex color #2343FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2343FA is #DCBC05. Grayscale: #4D4D4D. Windows color (decimal): -14466054 or 16401187. OLE color: 16401187.
HSL color Cylindrical-coordinate representation of color #2343FA: hue angle of 231.07º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2343FA is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 67 | 250 | - |
| CMYK | 0.86 | 0.73 | 0 | 0.02 |
| HSL | 231.07º | 0.96% | 0.56% | - |
| HSV(B) | 231.07º | 0.86% | 0.98% | - |
| XYZ | 19.96 | 11.27 | 91.57 | - |
| YUV | 78.29 | 224.9 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 67 | 250 | 0.86 | 0.73 | 0 | 0.02 | 231.07 | 0.96 | 0.56 |
| Hex | 23 | 43 | FA | 56 | 49 | 0 | 2 | E7 | 60 | 38 |
| Octal | 43 | 103 | 372 | 126 | 111 | 0 | 2 | 347 | 140 | 70 |
| Binary | 100011 | 1000011 | 11111010 | 1010110 | 1001001 | 0 | 10 | 11100111 | 1100000 | 111000 |
Color Harmonies of #2343FA
Complementary color
Monochromatic Colors of #2343FA
Black with #2343FA
Text Example
Text Example
White with #2343FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2343FA; }
p { color: rgb(35,67,250); }
H1.HeaderClassName
{
color: #2343FA;
}
.AnyTagClassName
{
color: #2343FA;
}
</style>
background-color css
<style>
a { background-color: #2343FA; }
a { background-color: rgb(35,67,250); }
div.DivClassName
{
background-color: #2343FA;
}
.BgClassName
{
background-color: #2343FA;
}
</style>
border-color css
<style>
span { border-color: #2343FA; }
span { border-color: rgb(35,67,250); }
td.TdClassName
{
border-color: #2343FA;
}
.TagClassName
{
border-color: #2343FA;
}
</style>