Html Css Color HEX #394EFE Neon Blue

📋 copy color: '#394EFE'

red 57 ◦ green 78 ◦ blue 254

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

Shades of Neon Blue #394EFE

Tints of Neon Blue #394EFE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.05%

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

R = 14.65%
G = 20.05%
B = 65.3%

CMYK

 C value IS 0.78

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#394EFE (or 0x394EFE) is known color: Neon Blue. HEX triplet: 39, 4E and FE. RGB value is (57,78,254). Sum of RGB (Red+Green+Blue) = 57+78+254=389 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.65% from 389); Green value is 78 (30.86% from 255 or 20.05% from 389); Blue value is 254 (99.61% from 255 or 65.30% from 389); Max value from RGB is 254 - color contains mainly: blue. Hex color #394EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #394EFE is #C6B101. Grayscale: #5B5B5B. Windows color (decimal): -13021442 or 16666169. OLE color: 16666169.

HSL color Cylindrical-coordinate representation of color #394EFE: hue angle of 233.6º 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 #394EFE is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 57 78 254 -
CMYK 0.78 0.69 0 0.00
HSL 233.6º 0.99% 0.61% -
HSV(B) 233.6º 0.78% 1% -
XYZ 22.3 13.47 95.19 -
YUV 91.79 219.54 103.19 -
System Red Green Blue C M Y K H S L
Decimal 57 78 254 0.78 0.69 0 0.00 233.6 0.99 0.61
Hex 39 4E FE 4E 45 0 0 EA 63 3D
Octal 71 116 376 116 105 0 0 352 143 75
Binary 111001 1001110 11111110 1001110 1000101 0 0 11101010 1100011 111101

Color Harmonies of #394EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394EFE

Black with #394EFE

Text Example


Text Example

White with #394EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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