Shades of Neon Blue #2535FB
Tints of Neon Blue #2535FB
RGB
CMYK
RGB Variations
Color information
#2535FB (or 0x2535FB) is known color: Neon Blue. HEX triplet: 25, 35 and FB. RGB value is (37,53,251). Sum of RGB (Red+Green+Blue) = 37+53+251=341 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.85% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 251 (98.44% from 255 or 73.61% from 341); Max value from RGB is 251 - color contains mainly: blue. Hex color #2535FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2535FB is #DACA04. Grayscale: #454545. Windows color (decimal): -14338565 or 16463141. OLE color: 16463141.
HSL color Cylindrical-coordinate representation of color #2535FB: hue angle of 235.51º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2535FB is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 53 | 251 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.02 |
| HSL | 235.51º | 0.96% | 0.56% | - |
| HSV(B) | 235.51º | 0.85% | 0.98% | - |
| XYZ | 19.45 | 9.9 | 92.15 | - |
| YUV | 70.79 | 229.7 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 53 | 251 | 0.85 | 0.79 | 0 | 0.02 | 235.51 | 0.96 | 0.56 |
| Hex | 25 | 35 | FB | 55 | 4F | 0 | 2 | EC | 60 | 38 |
| Octal | 45 | 65 | 373 | 125 | 117 | 0 | 2 | 354 | 140 | 70 |
| Binary | 100101 | 110101 | 11111011 | 1010101 | 1001111 | 0 | 10 | 11101100 | 1100000 | 111000 |
Color Harmonies of #2535FB
Complementary color
Monochromatic Colors of #2535FB
Black with #2535FB
Text Example
Text Example
White with #2535FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2535FB; }
p { color: rgb(37,53,251); }
H1.HeaderClassName
{
color: #2535FB;
}
.AnyTagClassName
{
color: #2535FB;
}
</style>
background-color css
<style>
a { background-color: #2535FB; }
a { background-color: rgb(37,53,251); }
div.DivClassName
{
background-color: #2535FB;
}
.BgClassName
{
background-color: #2535FB;
}
</style>
border-color css
<style>
span { border-color: #2535FB; }
span { border-color: rgb(37,53,251); }
td.TdClassName
{
border-color: #2535FB;
}
.TagClassName
{
border-color: #2535FB;
}
</style>