Html Css Color HEX #393CEC Neon Blue

📋 copy color: '#393CEC'

red 57 ◦ green 60 ◦ blue 236

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

Shades of Neon Blue #393CEC

Tints of Neon Blue #393CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 66.86%

R = 16.15%
G = 17%
B = 66.86%

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

#393CEC (or 0x393CEC) is known color: Neon Blue. HEX triplet: 39, 3C and EC. RGB value is (57,60,236). Sum of RGB (Red+Green+Blue) = 57+60+236=353 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.15% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 236 (92.58% from 255 or 66.86% from 353); Max value from RGB is 236 - color contains mainly: blue. Hex color #393CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #393CEC is #C6C313. Grayscale: #4E4E4E. Windows color (decimal): -13026068 or 15481913. OLE color: 15481913.

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

Color convert

RGB 57 60 236 -
CMYK 0.76 0.75 0 0.07
HSL 238.99º 0.82% 0.57% -
HSV(B) 238.99º 0.76% 0.93% -
XYZ 18.44 10.16 80.35 -
YUV 79.17 216.51 112.19 -
System Red Green Blue C M Y K H S L
Decimal 57 60 236 0.76 0.75 0 0.07 238.99 0.82 0.57
Hex 39 3C EC 4C 4B 0 7 EF 52 39
Octal 71 74 354 114 113 0 7 357 122 71
Binary 111001 111100 11101100 1001100 1001011 0 111 11101111 1010010 111001

Color Harmonies of #393CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393CEC

Black with #393CEC

Text Example


Text Example

White with #393CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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