Html Css Color HEX #393FEA Neon Blue

📋 copy color: '#393FEA'

red 57 ◦ green 63 ◦ blue 234

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

Shades of Neon Blue #393FEA

Tints of Neon Blue #393FEA

RGB

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

 GREEN value IS 63 (25% from 255) = 17.8%

 BLUE value IS 234 (91.8% from 255) = 66.1%

R = 16.1%
G = 17.8%
B = 66.1%

CMYK

 C value IS 0.76

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#393FEA (or 0x393FEA) is known color: Neon Blue. HEX triplet: 39, 3F and EA. RGB value is (57,63,234). Sum of RGB (Red+Green+Blue) = 57+63+234=354 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.10% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 234 (91.80% from 255 or 66.10% from 354); Max value from RGB is 234 - color contains mainly: blue. Hex color #393FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #393FEA is #C6C015. Grayscale: #505050. Windows color (decimal): -13025302 or 15351609. OLE color: 15351609.

HSL color Cylindrical-coordinate representation of color #393FEA: hue angle of 237.97º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #393FEA is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 57 63 234 -
CMYK 0.76 0.73 0 0.08
HSL 237.97º 0.81% 0.57% -
HSV(B) 237.97º 0.76% 0.92% -
XYZ 18.32 10.37 78.88 -
YUV 80.7 214.51 111.1 -
System Red Green Blue C M Y K H S L
Decimal 57 63 234 0.76 0.73 0 0.08 237.97 0.81 0.57
Hex 39 3F EA 4C 49 0 8 EE 51 39
Octal 71 77 352 114 111 0 10 356 121 71
Binary 111001 111111 11101010 1001100 1001001 0 1000 11101110 1010001 111001

Color Harmonies of #393FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393FEA

Black with #393FEA

Text Example


Text Example

White with #393FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,63,234); }

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

background-color css

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

 a { background-color: rgb(57,63,234); }

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

border-color css

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

 span { border-color: rgb(57,63,234); }

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