Shades of Neon Blue #2330FA
Tints of Neon Blue #2330FA
RGB
CMYK
RGB Variations
Color information
#2330FA (or 0x2330FA) is known color: Neon Blue. HEX triplet: 23, 30 and FA. RGB value is (35,48,250). Sum of RGB (Red+Green+Blue) = 35+48+250=333 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.51% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 250 (98.05% from 255 or 75.08% from 333); Max value from RGB is 250 - color contains mainly: blue. Hex color #2330FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2330FA is #DCCF05. Grayscale: #424242. Windows color (decimal): -14470918 or 16396323. OLE color: 16396323.
HSL color Cylindrical-coordinate representation of color #2330FA: hue angle of 236.37º 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 #2330FA is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 48 | 250 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.02 |
| HSL | 236.37º | 0.96% | 0.56% | - |
| HSV(B) | 236.37º | 0.86% | 0.98% | - |
| XYZ | 19.01 | 9.37 | 91.25 | - |
| YUV | 67.14 | 231.19 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 48 | 250 | 0.86 | 0.81 | 0 | 0.02 | 236.37 | 0.96 | 0.56 |
| Hex | 23 | 30 | FA | 56 | 51 | 0 | 2 | EC | 60 | 38 |
| Octal | 43 | 60 | 372 | 126 | 121 | 0 | 2 | 354 | 140 | 70 |
| Binary | 100011 | 110000 | 11111010 | 1010110 | 1010001 | 0 | 10 | 11101100 | 1100000 | 111000 |
Color Harmonies of #2330FA
Complementary color
Monochromatic Colors of #2330FA
Black with #2330FA
Text Example
Text Example
White with #2330FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2330FA; }
p { color: rgb(35,48,250); }
H1.HeaderClassName
{
color: #2330FA;
}
.AnyTagClassName
{
color: #2330FA;
}
</style>
background-color css
<style>
a { background-color: #2330FA; }
a { background-color: rgb(35,48,250); }
div.DivClassName
{
background-color: #2330FA;
}
.BgClassName
{
background-color: #2330FA;
}
</style>
border-color css
<style>
span { border-color: #2330FA; }
span { border-color: rgb(35,48,250); }
td.TdClassName
{
border-color: #2330FA;
}
.TagClassName
{
border-color: #2330FA;
}
</style>