Shades of Neon Blue #3632FA
Tints of Neon Blue #3632FA
RGB
CMYK
RGB Variations
Color information
#3632FA (or 0x3632FA) is known color: Neon Blue. HEX triplet: 36, 32 and FA. RGB value is (54,50,250). Sum of RGB (Red+Green+Blue) = 54+50+250=354 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.25% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 250 (98.05% from 255 or 70.62% from 354); Max value from RGB is 250 - color contains mainly: blue. Hex color #3632FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3632FA is #C9CD05. Grayscale: #494949. Windows color (decimal): -13225222 or 16396854. OLE color: 16396854.
HSL color Cylindrical-coordinate representation of color #3632FA: hue angle of 241.2º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3632FA is Cyan = 0.78, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 50 | 250 | - |
| CMYK | 0.78 | 0.8 | 0 | 0.02 |
| HSL | 241.2º | 0.95% | 0.59% | - |
| HSV(B) | 241.2º | 0.8% | 0.98% | - |
| XYZ | 19.92 | 9.97 | 91.32 | - |
| YUV | 74 | 227.33 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 50 | 250 | 0.78 | 0.8 | 0 | 0.02 | 241.2 | 0.95 | 0.59 |
| Hex | 36 | 32 | FA | 4E | 50 | 0 | 2 | F1 | 5F | 3B |
| Octal | 66 | 62 | 372 | 116 | 120 | 0 | 2 | 361 | 137 | 73 |
| Binary | 110110 | 110010 | 11111010 | 1001110 | 1010000 | 0 | 10 | 11110001 | 1011111 | 111011 |
Color Harmonies of #3632FA
Complementary color
Monochromatic Colors of #3632FA
Black with #3632FA
Text Example
Text Example
White with #3632FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3632FA; }
p { color: rgb(54,50,250); }
H1.HeaderClassName
{
color: #3632FA;
}
.AnyTagClassName
{
color: #3632FA;
}
</style>
background-color css
<style>
a { background-color: #3632FA; }
a { background-color: rgb(54,50,250); }
div.DivClassName
{
background-color: #3632FA;
}
.BgClassName
{
background-color: #3632FA;
}
</style>
border-color css
<style>
span { border-color: #3632FA; }
span { border-color: rgb(54,50,250); }
td.TdClassName
{
border-color: #3632FA;
}
.TagClassName
{
border-color: #3632FA;
}
</style>