#3840EF

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

Shades of Neon Blue #3840EF

Tints of Neon Blue #3840EF

Color information

#3840EF (or 0x3840EF) is unknown color: approx Neon Blue. HEX triplet: 38, 40 and EF. RGB value is (56,64,239). Sum of RGB (Red+Green+Blue) = 56+64+239=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 239 (93.75% from 255 or 66.57% from 359); Max value from RGB is 239 - color contains mainly: blue. Hex color #3840EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3840EF is #C7BF10. Grayscale: #505050. Windows color (decimal): -13090577 or 15679544. OLE color: 15679544.

HSL color Cylindrical-coordinate representation of color #3840EF: hue angle of 237.38º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3840EF is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB5664239-
CMYK0.770.7300.06
HSL237.38º85.12%57.84%-
HSV(B)237.38º76.57%93.73%-
XYZ19.0410.7482.73-
YUV81.56216.85109.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.60%
GREEN value IS 64 (25.39% from 255) = 17.83%
BLUE value IS 239 (93.75% from 255) = 66.57%
R=15.60%
G=17.83%
B=66.57%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal56642390.770.7300.06237.3885.1257.84
Hex3840EF4D4906ed553a
Octal701003571151110635512572
Binary111000100000011101111100110110010010110111011011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3840EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3840EF; }

 p { color: rgb(56,64,239); }

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

<style>
 a { background-color: #3840EF; }

 a { background-color: rgb(56,64,239); }

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

<style>
 span { border-color: #3840EF; }

 span { border-color: rgb(56,64,239); }

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