Shades of Neon Blue #253DF3
Tints of Neon Blue #253DF3
RGB
CMYK
RGB Variations
Color information
#253DF3 (or 0x253DF3) is known color: Neon Blue. HEX triplet: 25, 3D and F3. RGB value is (37,61,243). Sum of RGB (Red+Green+Blue) = 37+61+243=341 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.85% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 243 (95.31% from 255 or 71.26% from 341); Max value from RGB is 243 - color contains mainly: blue. Hex color #253DF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253DF3 is #DAC20C. Grayscale: #494949. Windows color (decimal): -14336525 or 15940901. OLE color: 15940901.
HSL color Cylindrical-coordinate representation of color #253DF3: hue angle of 233.01º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #253DF3 is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 61 | 243 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.05 |
| HSL | 233.01º | 0.9% | 0.55% | - |
| HSV(B) | 233.01º | 0.85% | 0.95% | - |
| XYZ | 18.61 | 10.2 | 85.78 | - |
| YUV | 74.57 | 223.05 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 243 | 0.85 | 0.75 | 0 | 0.05 | 233.01 | 0.9 | 0.55 |
| Hex | 25 | 3D | F3 | 55 | 4B | 0 | 5 | E9 | 5A | 37 |
| Octal | 45 | 75 | 363 | 125 | 113 | 0 | 5 | 351 | 132 | 67 |
| Binary | 100101 | 111101 | 11110011 | 1010101 | 1001011 | 0 | 101 | 11101001 | 1011010 | 110111 |
Color Harmonies of #253DF3
Complementary color
Monochromatic Colors of #253DF3
Black with #253DF3
Text Example
Text Example
White with #253DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253DF3; }
p { color: rgb(37,61,243); }
H1.HeaderClassName
{
color: #253DF3;
}
.AnyTagClassName
{
color: #253DF3;
}
</style>
background-color css
<style>
a { background-color: #253DF3; }
a { background-color: rgb(37,61,243); }
div.DivClassName
{
background-color: #253DF3;
}
.BgClassName
{
background-color: #253DF3;
}
</style>
border-color css
<style>
span { border-color: #253DF3; }
span { border-color: rgb(37,61,243); }
td.TdClassName
{
border-color: #253DF3;
}
.TagClassName
{
border-color: #253DF3;
}
</style>