Html Css Color HEX #394DEF Neon Blue

📋 copy color: '#394DEF'

red 57 ◦ green 77 ◦ blue 239

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

Shades of Neon Blue #394DEF

Tints of Neon Blue #394DEF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.64%

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

R = 15.28%
G = 20.64%
B = 64.08%

CMYK

 C value IS 0.76

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#394DEF (or 0x394DEF) is known color: Neon Blue. HEX triplet: 39, 4D and EF. RGB value is (57,77,239). Sum of RGB (Red+Green+Blue) = 57+77+239=373 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.28% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 239 (93.75% from 255 or 64.08% from 373); Max value from RGB is 239 - color contains mainly: blue. Hex color #394DEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #394DEF is #C6B210. Grayscale: #585858. Windows color (decimal): -13021713 or 15682873. OLE color: 15682873.

HSL color Cylindrical-coordinate representation of color #394DEF: hue angle of 233.41º 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 #394DEF is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 57 77 239 -
CMYK 0.76 0.68 0 0.06
HSL 233.41º 0.85% 0.58% -
HSV(B) 233.41º 0.76% 0.94% -
XYZ 19.92 12.41 83.01 -
YUV 89.49 212.37 104.83 -
System Red Green Blue C M Y K H S L
Decimal 57 77 239 0.76 0.68 0 0.06 233.41 0.85 0.58
Hex 39 4D EF 4C 44 0 6 E9 55 3A
Octal 71 115 357 114 104 0 6 351 125 72
Binary 111001 1001101 11101111 1001100 1000100 0 110 11101001 1010101 111010

Color Harmonies of #394DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394DEF

Black with #394DEF

Text Example


Text Example

White with #394DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394DEF; }

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

 H1.HeaderClassName
 {
   color: #394DEF;
 }
 .AnyTagClassName
 {
   color: #394DEF;
 }
</style>

background-color css

<style>
 a { background-color: #394DEF; }

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

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

border-color css

<style>
 span { border-color: #394DEF; }

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

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