Html Css Color HEX #393DE1 Neon Blue

📋 copy color: '#393DE1'

red 57 ◦ green 61 ◦ blue 225

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

Shades of Neon Blue #393DE1

Tints of Neon Blue #393DE1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.78%

 BLUE value IS 225 (88.28% from 255) = 65.6%

R = 16.62%
G = 17.78%
B = 65.6%

CMYK

 C value IS 0.75

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#393DE1 (or 0x393DE1) is known color: Neon Blue. HEX triplet: 39, 3D and E1. RGB value is (57,61,225). Sum of RGB (Red+Green+Blue) = 57+61+225=343 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.62% from 343); Green value is 61 (24.22% from 255 or 17.78% from 343); Blue value is 225 (88.28% from 255 or 65.60% from 343); Max value from RGB is 225 - color contains mainly: blue. Hex color #393DE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393DE1 is #C6C21E. Grayscale: #4D4D4D. Windows color (decimal): -13025823 or 14761273. OLE color: 14761273.

HSL color Cylindrical-coordinate representation of color #393DE1: hue angle of 238.57º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #393DE1 is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 57 61 225 -
CMYK 0.75 0.73 0 0.12
HSL 238.57º 0.74% 0.55% -
HSV(B) 238.57º 0.75% 0.88% -
XYZ 16.95 9.64 72.2 -
YUV 78.5 210.67 112.66 -
System Red Green Blue C M Y K H S L
Decimal 57 61 225 0.75 0.73 0 0.12 238.57 0.74 0.55
Hex 39 3D E1 4B 49 0 C EF 4A 37
Octal 71 75 341 113 111 0 14 357 112 67
Binary 111001 111101 11100001 1001011 1001001 0 1100 11101111 1001010 110111

Color Harmonies of #393DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393DE1

Black with #393DE1

Text Example


Text Example

White with #393DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,61,225); }

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

background-color css

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

 a { background-color: rgb(57,61,225); }

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

border-color css

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

 span { border-color: rgb(57,61,225); }

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