Shades of Neon Blue #4130FA
Tints of Neon Blue #4130FA
RGB
CMYK
RGB Variations
Color information
#4130FA (or 0x4130FA) is known color: Neon Blue. HEX triplet: 41, 30 and FA. RGB value is (65,48,250). Sum of RGB (Red+Green+Blue) = 65+48+250=363 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.91% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 250 (98.05% from 255 or 68.87% from 363); Max value from RGB is 250 - color contains mainly: blue. Hex color #4130FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4130FA is #BECF05. Grayscale: #4B4B4B. Windows color (decimal): -12504838 or 16396353. OLE color: 16396353.
HSL color Cylindrical-coordinate representation of color #4130FA: hue angle of 245.05º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4130FA is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 48 | 250 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.02 |
| HSL | 245.05º | 0.95% | 0.58% | - |
| HSV(B) | 245.05º | 0.81% | 0.98% | - |
| XYZ | 20.49 | 10.14 | 91.32 | - |
| YUV | 76.11 | 226.13 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 48 | 250 | 0.74 | 0.81 | 0 | 0.02 | 245.05 | 0.95 | 0.58 |
| Hex | 41 | 30 | FA | 4A | 51 | 0 | 2 | F5 | 5F | 3A |
| Octal | 101 | 60 | 372 | 112 | 121 | 0 | 2 | 365 | 137 | 72 |
| Binary | 1000001 | 110000 | 11111010 | 1001010 | 1010001 | 0 | 10 | 11110101 | 1011111 | 111010 |
Color Harmonies of #4130FA
Complementary color
Monochromatic Colors of #4130FA
Black with #4130FA
Text Example
Text Example
White with #4130FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4130FA; }
p { color: rgb(65,48,250); }
H1.HeaderClassName
{
color: #4130FA;
}
.AnyTagClassName
{
color: #4130FA;
}
</style>
background-color css
<style>
a { background-color: #4130FA; }
a { background-color: rgb(65,48,250); }
div.DivClassName
{
background-color: #4130FA;
}
.BgClassName
{
background-color: #4130FA;
}
</style>
border-color css
<style>
span { border-color: #4130FA; }
span { border-color: rgb(65,48,250); }
td.TdClassName
{
border-color: #4130FA;
}
.TagClassName
{
border-color: #4130FA;
}
</style>