Html Css Color HEX #394EFF Neon Blue

📋 copy color: '#394EFF'

red 57 ◦ green 78 ◦ blue 255

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

Shades of Neon Blue #394EFF

Tints of Neon Blue #394EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 65.38%

R = 14.62%
G = 20%
B = 65.38%

CMYK

 C value IS 0.78

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#394EFF (or 0x394EFF) is known color: Neon Blue. HEX triplet: 39, 4E and FF. RGB value is (57,78,255). Sum of RGB (Red+Green+Blue) = 57+78+255=390 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.62% from 390); Green value is 78 (30.86% from 255 or 20% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #394EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #394EFF is #C6B100. Grayscale: #5B5B5B. Windows color (decimal): -13021441 or 16731705. OLE color: 16731705.

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

Color convert

RGB 57 78 255 -
CMYK 0.78 0.69 0 0
HSL 233.64º 1% 0.61% -
HSV(B) 233.64º 0.78% 1% -
XYZ 22.46 13.54 96.04 -
YUV 91.9 220.04 103.11 -
System Red Green Blue C M Y K H S L
Decimal 57 78 255 0.78 0.69 0 0 233.64 1 0.61
Hex 39 4E FF 4E 45 0 0 EA 64 3D
Octal 71 116 377 116 105 0 0 352 144 75
Binary 111001 1001110 11111111 1001110 1000101 0 0 11101010 1100100 111101

Color Harmonies of #394EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394EFF

Black with #394EFF

Text Example


Text Example

White with #394EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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