Html Css Color HEX #393BF6 Neon Blue

📋 copy color: '#393BF6'

red 57 ◦ green 59 ◦ blue 246

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

Shades of Neon Blue #393BF6

Tints of Neon Blue #393BF6

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.3%

 BLUE value IS 246 (96.48% from 255) = 67.96%

R = 15.75%
G = 16.3%
B = 67.96%

CMYK

 C value IS 0.77

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#393BF6 (or 0x393BF6) is known color: Neon Blue. HEX triplet: 39, 3B and F6. RGB value is (57,59,246). Sum of RGB (Red+Green+Blue) = 57+59+246=362 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.75% from 362); Green value is 59 (23.44% from 255 or 16.30% from 362); Blue value is 246 (96.48% from 255 or 67.96% from 362); Max value from RGB is 246 - color contains mainly: blue. Hex color #393BF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #393BF6 is #C6C409. Grayscale: #4E4E4E. Windows color (decimal): -13026314 or 16137017. OLE color: 16137017.

HSL color Cylindrical-coordinate representation of color #393BF6: hue angle of 239.37º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #393BF6 is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 57 59 246 -
CMYK 0.77 0.76 0 0.04
HSL 239.37º 0.91% 0.59% -
HSV(B) 239.37º 0.77% 0.96% -
XYZ 19.89 10.65 88.2 -
YUV 79.72 221.84 111.79 -
System Red Green Blue C M Y K H S L
Decimal 57 59 246 0.77 0.76 0 0.04 239.37 0.91 0.59
Hex 39 3B F6 4D 4C 0 4 EF 5B 3B
Octal 71 73 366 115 114 0 4 357 133 73
Binary 111001 111011 11110110 1001101 1001100 0 100 11101111 1011011 111011

Color Harmonies of #393BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393BF6

Black with #393BF6

Text Example


Text Example

White with #393BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393BF6; }

 p { color: rgb(57,59,246); }

 H1.HeaderClassName
 {
   color: #393BF6;
 }
 .AnyTagClassName
 {
   color: #393BF6;
 }
</style>

background-color css

<style>
 a { background-color: #393BF6; }

 a { background-color: rgb(57,59,246); }

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

border-color css

<style>
 span { border-color: #393BF6; }

 span { border-color: rgb(57,59,246); }

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