Shades of Neon Blue #2350FA
Tints of Neon Blue #2350FA
RGB
CMYK
RGB Variations
Color information
#2350FA (or 0x2350FA) is known color: Neon Blue. HEX triplet: 23, 50 and FA. RGB value is (35,80,250). Sum of RGB (Red+Green+Blue) = 35+80+250=365 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.59% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 250 (98.05% from 255 or 68.49% from 365); Max value from RGB is 250 - color contains mainly: blue. Hex color #2350FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2350FA is #DCAF05. Grayscale: #555555. Windows color (decimal): -14462726 or 16404515. OLE color: 16404515.
HSL color Cylindrical-coordinate representation of color #2350FA: hue angle of 227.44º 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 #2350FA is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 80 | 250 | - |
| CMYK | 0.86 | 0.68 | 0 | 0.02 |
| HSL | 227.44º | 0.96% | 0.56% | - |
| HSV(B) | 227.44º | 0.86% | 0.98% | - |
| XYZ | 20.82 | 13 | 91.85 | - |
| YUV | 85.93 | 220.59 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 80 | 250 | 0.86 | 0.68 | 0 | 0.02 | 227.44 | 0.96 | 0.56 |
| Hex | 23 | 50 | FA | 56 | 44 | 0 | 2 | E3 | 60 | 38 |
| Octal | 43 | 120 | 372 | 126 | 104 | 0 | 2 | 343 | 140 | 70 |
| Binary | 100011 | 1010000 | 11111010 | 1010110 | 1000100 | 0 | 10 | 11100011 | 1100000 | 111000 |
Color Harmonies of #2350FA
Complementary color
Monochromatic Colors of #2350FA
Black with #2350FA
Text Example
Text Example
White with #2350FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2350FA; }
p { color: rgb(35,80,250); }
H1.HeaderClassName
{
color: #2350FA;
}
.AnyTagClassName
{
color: #2350FA;
}
</style>
background-color css
<style>
a { background-color: #2350FA; }
a { background-color: rgb(35,80,250); }
div.DivClassName
{
background-color: #2350FA;
}
.BgClassName
{
background-color: #2350FA;
}
</style>
border-color css
<style>
span { border-color: #2350FA; }
span { border-color: rgb(35,80,250); }
td.TdClassName
{
border-color: #2350FA;
}
.TagClassName
{
border-color: #2350FA;
}
</style>