Html Css Color HEX #393CFB Neon Blue

📋 copy color: '#393CFB'

red 57 ◦ green 60 ◦ blue 251

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

Shades of Neon Blue #393CFB

Tints of Neon Blue #393CFB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.3%

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

R = 15.49%
G = 16.3%
B = 68.21%

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

#393CFB (or 0x393CFB) is known color: Neon Blue. HEX triplet: 39, 3C and FB. RGB value is (57,60,251). Sum of RGB (Red+Green+Blue) = 57+60+251=368 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.49% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 251 (98.44% from 255 or 68.21% from 368); Max value from RGB is 251 - color contains mainly: blue. Hex color #393CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #393CFB is #C6C304. Grayscale: #505050. Windows color (decimal): -13026053 or 16464953. OLE color: 16464953.

HSL color Cylindrical-coordinate representation of color #393CFB: hue angle of 239.07º 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 #393CFB is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 57 60 251 -
CMYK 0.77 0.76 0 0.02
HSL 239.07º 0.96% 0.6% -
HSV(B) 239.07º 0.77% 0.98% -
XYZ 20.72 11.07 92.31 -
YUV 80.88 224.01 110.97 -
System Red Green Blue C M Y K H S L
Decimal 57 60 251 0.77 0.76 0 0.02 239.07 0.96 0.6
Hex 39 3C FB 4D 4C 0 2 EF 60 3C
Octal 71 74 373 115 114 0 2 357 140 74
Binary 111001 111100 11111011 1001101 1001100 0 10 11101111 1100000 111100

Color Harmonies of #393CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393CFB

Black with #393CFB

Text Example


Text Example

White with #393CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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