Html Css Color HEX #393CEE Neon Blue

📋 copy color: '#393CEE'

red 57 ◦ green 60 ◦ blue 238

#393CEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #393CEE

Tints of Neon Blue #393CEE

RGB

 RED value IS 57 (22.66% from 255) = 16.06%

 GREEN value IS 60 (23.83% from 255) = 16.9%

 BLUE value IS 238 (93.36% from 255) = 67.04%

R = 16.06%
G = 16.9%
B = 67.04%

CMYK

 C value IS 0.76

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#393CEE (or 0x393CEE) is known color: Neon Blue. HEX triplet: 39, 3C and EE. RGB value is (57,60,238). Sum of RGB (Red+Green+Blue) = 57+60+238=355 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.06% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 238 (93.36% from 255 or 67.04% from 355); Max value from RGB is 238 - color contains mainly: blue. Hex color #393CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #393CEE is #C6C311. Grayscale: #4E4E4E. Windows color (decimal): -13026066 or 15612985. OLE color: 15612985.

HSL color Cylindrical-coordinate representation of color #393CEE: hue angle of 239.01º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #393CEE is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 57 60 238 -
CMYK 0.76 0.75 0 0.07
HSL 239.01º 0.84% 0.58% -
HSV(B) 239.01º 0.76% 0.93% -
XYZ 18.74 10.27 81.88 -
YUV 79.4 217.51 112.03 -
System Red Green Blue C M Y K H S L
Decimal 57 60 238 0.76 0.75 0 0.07 239.01 0.84 0.58
Hex 39 3C EE 4C 4B 0 7 EF 54 3A
Octal 71 74 356 114 113 0 7 357 124 72
Binary 111001 111100 11101110 1001100 1001011 0 111 11101111 1010100 111010

Color Harmonies of #393CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393CEE

Black with #393CEE

Text Example


Text Example

White with #393CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393CEE; }

 p { color: rgb(57,60,238); }

 H1.HeaderClassName
 {
   color: #393CEE;
 }
 .AnyTagClassName
 {
   color: #393CEE;
 }
</style>

background-color css

<style>
 a { background-color: #393CEE; }

 a { background-color: rgb(57,60,238); }

 div.DivClassName
 {
   background-color: #393CEE;
 }
 .BgClassName
 {
   background-color: #393CEE;
 }
</style>

border-color css

<style>
 span { border-color: #393CEE; }

 span { border-color: rgb(57,60,238); }

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