Shades of Neon Blue #2D35FA
Tints of Neon Blue #2D35FA
RGB
CMYK
RGB Variations
Color information
#2D35FA (or 0x2D35FA) is known color: Neon Blue. HEX triplet: 2D, 35 and FA. RGB value is (45,53,250). Sum of RGB (Red+Green+Blue) = 45+53+250=348 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.93% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 250 (98.05% from 255 or 71.84% from 348); Max value from RGB is 250 - color contains mainly: blue. Hex color #2D35FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D35FA is #D2CA05. Grayscale: #484848. Windows color (decimal): -13814278 or 16397613. OLE color: 16397613.
HSL color Cylindrical-coordinate representation of color #2D35FA: hue angle of 237.66º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D35FA is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 53 | 250 | - |
| CMYK | 0.82 | 0.79 | 0 | 0.02 |
| HSL | 237.66º | 0.95% | 0.58% | - |
| HSV(B) | 237.66º | 0.82% | 0.98% | - |
| XYZ | 19.61 | 10.01 | 91.34 | - |
| YUV | 73.07 | 227.85 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 53 | 250 | 0.82 | 0.79 | 0 | 0.02 | 237.66 | 0.95 | 0.58 |
| Hex | 2D | 35 | FA | 52 | 4F | 0 | 2 | EE | 5F | 3A |
| Octal | 55 | 65 | 372 | 122 | 117 | 0 | 2 | 356 | 137 | 72 |
| Binary | 101101 | 110101 | 11111010 | 1010010 | 1001111 | 0 | 10 | 11101110 | 1011111 | 111010 |
Color Harmonies of #2D35FA
Complementary color
Monochromatic Colors of #2D35FA
Black with #2D35FA
Text Example
Text Example
White with #2D35FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D35FA; }
p { color: rgb(45,53,250); }
H1.HeaderClassName
{
color: #2D35FA;
}
.AnyTagClassName
{
color: #2D35FA;
}
</style>
background-color css
<style>
a { background-color: #2D35FA; }
a { background-color: rgb(45,53,250); }
div.DivClassName
{
background-color: #2D35FA;
}
.BgClassName
{
background-color: #2D35FA;
}
</style>
border-color css
<style>
span { border-color: #2D35FA; }
span { border-color: rgb(45,53,250); }
td.TdClassName
{
border-color: #2D35FA;
}
.TagClassName
{
border-color: #2D35FA;
}
</style>