Shades of Neon Blue #3638FF
Tints of Neon Blue #3638FF
RGB
CMYK
RGB Variations
Color information
#3638FF (or 0x3638FF) is known color: Neon Blue. HEX triplet: 36, 38 and FF. RGB value is (54,56,255). Sum of RGB (Red+Green+Blue) = 54+56+255=365 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.79% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #3638FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3638FF is #C9C700. Grayscale: #4D4D4D. Windows color (decimal): -13223681 or 16726070. OLE color: 16726070.
HSL color Cylindrical-coordinate representation of color #3638FF: hue angle of 239.4º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3638FF is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 56 | 255 | - |
| CMYK | 0.79 | 0.78 | 0 | 0 |
| HSL | 239.4º | 1% | 0.61% | - |
| HSV(B) | 239.4º | 0.79% | 1% | - |
| XYZ | 20.99 | 10.83 | 95.59 | - |
| YUV | 78.09 | 227.84 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 56 | 255 | 0.79 | 0.78 | 0 | 0 | 239.4 | 1 | 0.61 |
| Hex | 36 | 38 | FF | 4F | 4E | 0 | 0 | EF | 64 | 3D |
| Octal | 66 | 70 | 377 | 117 | 116 | 0 | 0 | 357 | 144 | 75 |
| Binary | 110110 | 111000 | 11111111 | 1001111 | 1001110 | 0 | 0 | 11101111 | 1100100 | 111101 |
Color Harmonies of #3638FF
Complementary color
Monochromatic Colors of #3638FF
Black with #3638FF
Text Example
Text Example
White with #3638FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3638FF; }
p { color: rgb(54,56,255); }
H1.HeaderClassName
{
color: #3638FF;
}
.AnyTagClassName
{
color: #3638FF;
}
</style>
background-color css
<style>
a { background-color: #3638FF; }
a { background-color: rgb(54,56,255); }
div.DivClassName
{
background-color: #3638FF;
}
.BgClassName
{
background-color: #3638FF;
}
</style>
border-color css
<style>
span { border-color: #3638FF; }
span { border-color: rgb(54,56,255); }
td.TdClassName
{
border-color: #3638FF;
}
.TagClassName
{
border-color: #3638FF;
}
</style>