Html Css Color HEX #393CEF Neon Blue

📋 copy color: '#393CEF'

red 57 ◦ green 60 ◦ blue 239

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

Shades of Neon Blue #393CEF

Tints of Neon Blue #393CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 67.13%

R = 16.01%
G = 16.85%
B = 67.13%

CMYK

 C value IS 0.76

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#393CEF (or 0x393CEF) is known color: Neon Blue. HEX triplet: 39, 3C and EF. RGB value is (57,60,239). Sum of RGB (Red+Green+Blue) = 57+60+239=356 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.01% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 239 (93.75% from 255 or 67.13% from 356); Max value from RGB is 239 - color contains mainly: blue. Hex color #393CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #393CEF is #C6C310. Grayscale: #4E4E4E. Windows color (decimal): -13026065 or 15678521. OLE color: 15678521.

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

Color convert

RGB 57 60 239 -
CMYK 0.76 0.75 0 0.06
HSL 239.01º 0.85% 0.58% -
HSV(B) 239.01º 0.76% 0.94% -
XYZ 18.88 10.33 82.66 -
YUV 79.51 218.01 111.95 -
System Red Green Blue C M Y K H S L
Decimal 57 60 239 0.76 0.75 0 0.06 239.01 0.85 0.58
Hex 39 3C EF 4C 4B 0 6 EF 55 3A
Octal 71 74 357 114 113 0 6 357 125 72
Binary 111001 111100 11101111 1001100 1001011 0 110 11101111 1010101 111010

Color Harmonies of #393CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393CEF

Black with #393CEF

Text Example


Text Example

White with #393CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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