Html Css Color HEX #394AFF Neon Blue

📋 copy color: '#394AFF'

red 57 ◦ green 74 ◦ blue 255

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

Shades of Neon Blue #394AFF

Tints of Neon Blue #394AFF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.17%

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

R = 14.77%
G = 19.17%
B = 66.06%

CMYK

 C value IS 0.78

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#394AFF (or 0x394AFF) is known color: Neon Blue. HEX triplet: 39, 4A and FF. RGB value is (57,74,255). Sum of RGB (Red+Green+Blue) = 57+74+255=386 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.77% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #394AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #394AFF is #C6B500. Grayscale: #585858. Windows color (decimal): -13022465 or 16730681. OLE color: 16730681.

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

Color convert

RGB 57 74 255 -
CMYK 0.78 0.71 0 0
HSL 234.85º 1% 0.61% -
HSV(B) 234.85º 0.78% 1% -
XYZ 22.19 12.99 95.95 -
YUV 89.55 221.37 104.78 -
System Red Green Blue C M Y K H S L
Decimal 57 74 255 0.78 0.71 0 0 234.85 1 0.61
Hex 39 4A FF 4E 47 0 0 EB 64 3D
Octal 71 112 377 116 107 0 0 353 144 75
Binary 111001 1001010 11111111 1001110 1000111 0 0 11101011 1100100 111101

Color Harmonies of #394AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394AFF

Black with #394AFF

Text Example


Text Example

White with #394AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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