Shades of Neon Blue #3834FE
Tints of Neon Blue #3834FE
RGB
CMYK
RGB Variations
Color information
#3834FE (or 0x3834FE) is known color: Neon Blue. HEX triplet: 38, 34 and FE. RGB value is (56,52,254). Sum of RGB (Red+Green+Blue) = 56+52+254=362 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.47% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 254 (99.61% from 255 or 70.17% from 362); Max value from RGB is 254 - color contains mainly: blue. Hex color #3834FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3834FE is #C7CB01. Grayscale: #4B4B4B. Windows color (decimal): -13093634 or 16659512. OLE color: 16659512.
HSL color Cylindrical-coordinate representation of color #3834FE: hue angle of 241.19º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3834FE is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 52 | 254 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.00 |
| HSL | 241.19º | 0.99% | 0.6% | - |
| HSV(B) | 241.19º | 0.8% | 1% | - |
| XYZ | 20.75 | 10.45 | 94.69 | - |
| YUV | 76.22 | 228.33 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 52 | 254 | 0.78 | 0.80 | 0 | 0.00 | 241.19 | 0.99 | 0.6 |
| Hex | 38 | 34 | FE | 4E | 50 | 0 | 0 | F1 | 63 | 3C |
| Octal | 70 | 64 | 376 | 116 | 120 | 0 | 0 | 361 | 143 | 74 |
| Binary | 111000 | 110100 | 11111110 | 1001110 | 1010000 | 0 | 0 | 11110001 | 1100011 | 111100 |
Color Harmonies of #3834FE
Complementary color
Monochromatic Colors of #3834FE
Black with #3834FE
Text Example
Text Example
White with #3834FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3834FE; }
p { color: rgb(56,52,254); }
H1.HeaderClassName
{
color: #3834FE;
}
.AnyTagClassName
{
color: #3834FE;
}
</style>
background-color css
<style>
a { background-color: #3834FE; }
a { background-color: rgb(56,52,254); }
div.DivClassName
{
background-color: #3834FE;
}
.BgClassName
{
background-color: #3834FE;
}
</style>
border-color css
<style>
span { border-color: #3834FE; }
span { border-color: rgb(56,52,254); }
td.TdClassName
{
border-color: #3834FE;
}
.TagClassName
{
border-color: #3834FE;
}
</style>