Shades of Neon Blue #6138FE
Tints of Neon Blue #6138FE
RGB
CMYK
RGB Variations
Color information
#6138FE (or 0x6138FE) is known color: Neon Blue. HEX triplet: 61, 38 and FE. RGB value is (97,56,254). Sum of RGB (Red+Green+Blue) = 97+56+254=407 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.83% from 407); Green value is 56 (22.27% from 255 or 13.76% from 407); Blue value is 254 (99.61% from 255 or 62.41% from 407); Max value from RGB is 254 - color contains mainly: blue. Hex color #6138FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6138FE is #9EC701. Grayscale: #5A5A5A. Windows color (decimal): -10405634 or 16660577. OLE color: 16660577.
HSL color Cylindrical-coordinate representation of color #6138FE: hue angle of 252.42º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6138FE is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 56 | 254 | - |
| CMYK | 0.62 | 0.78 | 0 | 0.00 |
| HSL | 252.42º | 0.99% | 0.61% | - |
| HSV(B) | 252.42º | 0.78% | 1% | - |
| XYZ | 24.23 | 12.53 | 94.91 | - |
| YUV | 90.83 | 220.08 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 56 | 254 | 0.62 | 0.78 | 0 | 0.00 | 252.42 | 0.99 | 0.61 |
| Hex | 61 | 38 | FE | 3E | 4E | 0 | 0 | FC | 63 | 3D |
| Octal | 141 | 70 | 376 | 76 | 116 | 0 | 0 | 374 | 143 | 75 |
| Binary | 1100001 | 111000 | 11111110 | 111110 | 1001110 | 0 | 0 | 11111100 | 1100011 | 111101 |
Color Harmonies of #6138FE
Complementary color
Monochromatic Colors of #6138FE
Black with #6138FE
Text Example
Text Example
White with #6138FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6138FE; }
p { color: rgb(97,56,254); }
H1.HeaderClassName
{
color: #6138FE;
}
.AnyTagClassName
{
color: #6138FE;
}
</style>
background-color css
<style>
a { background-color: #6138FE; }
a { background-color: rgb(97,56,254); }
div.DivClassName
{
background-color: #6138FE;
}
.BgClassName
{
background-color: #6138FE;
}
</style>
border-color css
<style>
span { border-color: #6138FE; }
span { border-color: rgb(97,56,254); }
td.TdClassName
{
border-color: #6138FE;
}
.TagClassName
{
border-color: #6138FE;
}
</style>