Html Css Color HEX #394DFE Neon Blue

📋 copy color: '#394DFE'

red 57 ◦ green 77 ◦ blue 254

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

Shades of Neon Blue #394DFE

Tints of Neon Blue #394DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 65.46%

R = 14.69%
G = 19.85%
B = 65.46%

CMYK

 C value IS 0.78

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#394DFE (or 0x394DFE) is known color: Neon Blue. HEX triplet: 39, 4D and FE. RGB value is (57,77,254). Sum of RGB (Red+Green+Blue) = 57+77+254=388 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.69% from 388); Green value is 77 (30.47% from 255 or 19.85% from 388); Blue value is 254 (99.61% from 255 or 65.46% from 388); Max value from RGB is 254 - color contains mainly: blue. Hex color #394DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #394DFE is #C6B201. Grayscale: #5A5A5A. Windows color (decimal): -13021698 or 16665913. OLE color: 16665913.

HSL color Cylindrical-coordinate representation of color #394DFE: hue angle of 233.91º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #394DFE is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 57 77 254 -
CMYK 0.78 0.70 0 0.00
HSL 233.91º 0.99% 0.61% -
HSV(B) 233.91º 0.78% 1% -
XYZ 22.23 13.33 95.17 -
YUV 91.2 219.87 103.61 -
System Red Green Blue C M Y K H S L
Decimal 57 77 254 0.78 0.70 0 0.00 233.91 0.99 0.61
Hex 39 4D FE 4E 46 0 0 EA 63 3D
Octal 71 115 376 116 106 0 0 352 143 75
Binary 111001 1001101 11111110 1001110 1000110 0 0 11101010 1100011 111101

Color Harmonies of #394DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394DFE

Black with #394DFE

Text Example


Text Example

White with #394DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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