Html Css Color HEX #393DFB Neon Blue

📋 copy color: '#393DFB'

red 57 ◦ green 61 ◦ blue 251

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

Shades of Neon Blue #393DFB

Tints of Neon Blue #393DFB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.53%

 BLUE value IS 251 (98.44% from 255) = 68.02%

R = 15.45%
G = 16.53%
B = 68.02%

CMYK

 C value IS 0.77

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#393DFB (or 0x393DFB) is known color: Neon Blue. HEX triplet: 39, 3D and FB. RGB value is (57,61,251). Sum of RGB (Red+Green+Blue) = 57+61+251=369 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.45% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 251 (98.44% from 255 or 68.02% from 369); Max value from RGB is 251 - color contains mainly: blue. Hex color #393DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #393DFB is #C6C204. Grayscale: #505050. Windows color (decimal): -13025797 or 16465209. OLE color: 16465209.

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

Color convert

RGB 57 61 251 -
CMYK 0.77 0.76 0 0.02
HSL 238.76º 0.96% 0.6% -
HSV(B) 238.76º 0.77% 0.98% -
XYZ 20.77 11.17 92.33 -
YUV 81.46 223.67 110.55 -
System Red Green Blue C M Y K H S L
Decimal 57 61 251 0.77 0.76 0 0.02 238.76 0.96 0.6
Hex 39 3D FB 4D 4C 0 2 EF 60 3C
Octal 71 75 373 115 114 0 2 357 140 74
Binary 111001 111101 11111011 1001101 1001100 0 10 11101111 1100000 111100

Color Harmonies of #393DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393DFB

Black with #393DFB

Text Example


Text Example

White with #393DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,61,251); }

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

background-color css

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

 a { background-color: rgb(57,61,251); }

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

border-color css

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

 span { border-color: rgb(57,61,251); }

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