Shades of Neon Blue #4136FA
Tints of Neon Blue #4136FA
RGB
CMYK
RGB Variations
Color information
#4136FA (or 0x4136FA) is known color: Neon Blue. HEX triplet: 41, 36 and FA. RGB value is (65,54,250). Sum of RGB (Red+Green+Blue) = 65+54+250=369 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.62% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 250 (98.05% from 255 or 67.75% from 369); Max value from RGB is 250 - color contains mainly: blue. Hex color #4136FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4136FA is #BEC905. Grayscale: #4E4E4E. Windows color (decimal): -12503302 or 16397889. OLE color: 16397889.
HSL color Cylindrical-coordinate representation of color #4136FA: hue angle of 243.37º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4136FA is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 54 | 250 | - |
| CMYK | 0.74 | 0.78 | 0 | 0.02 |
| HSL | 243.37º | 0.95% | 0.6% | - |
| HSV(B) | 243.37º | 0.78% | 0.98% | - |
| XYZ | 20.75 | 10.66 | 91.41 | - |
| YUV | 79.63 | 224.14 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 54 | 250 | 0.74 | 0.78 | 0 | 0.02 | 243.37 | 0.95 | 0.6 |
| Hex | 41 | 36 | FA | 4A | 4E | 0 | 2 | F3 | 5F | 3C |
| Octal | 101 | 66 | 372 | 112 | 116 | 0 | 2 | 363 | 137 | 74 |
| Binary | 1000001 | 110110 | 11111010 | 1001010 | 1001110 | 0 | 10 | 11110011 | 1011111 | 111100 |
Color Harmonies of #4136FA
Complementary color
Monochromatic Colors of #4136FA
Black with #4136FA
Text Example
Text Example
White with #4136FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4136FA; }
p { color: rgb(65,54,250); }
H1.HeaderClassName
{
color: #4136FA;
}
.AnyTagClassName
{
color: #4136FA;
}
</style>
background-color css
<style>
a { background-color: #4136FA; }
a { background-color: rgb(65,54,250); }
div.DivClassName
{
background-color: #4136FA;
}
.BgClassName
{
background-color: #4136FA;
}
</style>
border-color css
<style>
span { border-color: #4136FA; }
span { border-color: rgb(65,54,250); }
td.TdClassName
{
border-color: #4136FA;
}
.TagClassName
{
border-color: #4136FA;
}
</style>