Shades of Neon Blue #2534F0
Tints of Neon Blue #2534F0
RGB
CMYK
RGB Variations
Color information
#2534F0 (or 0x2534F0) is known color: Neon Blue. HEX triplet: 25, 34 and F0. RGB value is (37,52,240). Sum of RGB (Red+Green+Blue) = 37+52+240=329 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.25% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 240 (94.14% from 255 or 72.95% from 329); Max value from RGB is 240 - color contains mainly: blue. Hex color #2534F0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2534F0 is #DACB0F. Grayscale: #444444. Windows color (decimal): -14338832 or 15741989. OLE color: 15741989.
HSL color Cylindrical-coordinate representation of color #2534F0: hue angle of 235.57º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2534F0 is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 52 | 240 | - |
| CMYK | 0.85 | 0.78 | 0 | 0.06 |
| HSL | 235.57º | 0.87% | 0.54% | - |
| HSV(B) | 235.57º | 0.85% | 0.94% | - |
| XYZ | 17.72 | 9.14 | 83.27 | - |
| YUV | 68.95 | 224.53 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 52 | 240 | 0.85 | 0.78 | 0 | 0.06 | 235.57 | 0.87 | 0.54 |
| Hex | 25 | 34 | F0 | 55 | 4E | 0 | 6 | EC | 57 | 36 |
| Octal | 45 | 64 | 360 | 125 | 116 | 0 | 6 | 354 | 127 | 66 |
| Binary | 100101 | 110100 | 11110000 | 1010101 | 1001110 | 0 | 110 | 11101100 | 1010111 | 110110 |
Color Harmonies of #2534F0
Complementary color
Monochromatic Colors of #2534F0
Black with #2534F0
Text Example
Text Example
White with #2534F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2534F0; }
p { color: rgb(37,52,240); }
H1.HeaderClassName
{
color: #2534F0;
}
.AnyTagClassName
{
color: #2534F0;
}
</style>
background-color css
<style>
a { background-color: #2534F0; }
a { background-color: rgb(37,52,240); }
div.DivClassName
{
background-color: #2534F0;
}
.BgClassName
{
background-color: #2534F0;
}
</style>
border-color css
<style>
span { border-color: #2534F0; }
span { border-color: rgb(37,52,240); }
td.TdClassName
{
border-color: #2534F0;
}
.TagClassName
{
border-color: #2534F0;
}
</style>