#3856FE

Color #3856FE Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #3856FE

Tints of Neon Blue #3856FE

Color information

#3856FE (or 0x3856FE) is unknown color: approx Neon Blue. HEX triplet: 38, 56 and FE. RGB value is (56,86,254). Sum of RGB (Red+Green+Blue) = 56+86+254=396 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.14% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #3856FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3856FE is #C7A901. Grayscale: #5F5F5F. Windows color (decimal): -13084930 or 16668216. OLE color: 16668216.

HSL color Cylindrical-coordinate representation of color #3856FE: hue angle of 230.91º 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 #3856FE is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB5686254-
CMYK0.780.6600.00
HSL230.91º99%60.78%-
HSV(B)230.91º77.95%99.61%-
XYZ22.8514.6595.39-
YUV96.18217.0699.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 14.14%
GREEN value IS 86 (33.98% from 255) = 21.72%
BLUE value IS 254 (99.61% from 255) = 64.14%
R=14.14%
G=21.72%
B=64.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal56862540.780.6600.00230.919960.78
Hex3856FE4E4200e7633d
Octal701263761161020034714375
Binary1110001010110111111101001110100001000111001111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3856FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3856FE; }

 p { color: rgb(56,86,254); }

 H1.HeaderClassName
 {
   color: #3856FE;
 }
 .AnyTagClassName
 {
   color: #3856FE;
 }
</style>
background-color css

<style>
 a { background-color: #3856FE; }

 a { background-color: rgb(56,86,254); }

 div.DivClassName
 {
   background-color: #3856FE;
 }
 .BgClassName
 {
   background-color: #3856FE;
 }
</style>
border-color css

<style>
 span { border-color: #3856FE; }

 span { border-color: rgb(56,86,254); }

 td.TdClassName
 {
   border-color: #3856FE;
 }
 .TagClassName
 {
   border-color: #3856FE;
 }
</style>