Html Css Color HEX #393CFA Neon Blue

📋 copy color: '#393CFA'

red 57 ◦ green 60 ◦ blue 250

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

Shades of Neon Blue #393CFA

Tints of Neon Blue #393CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 68.12%

R = 15.53%
G = 16.35%
B = 68.12%

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

#393CFA (or 0x393CFA) is known color: Neon Blue. HEX triplet: 39, 3C and FA. RGB value is (57,60,250). Sum of RGB (Red+Green+Blue) = 57+60+250=367 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.53% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 250 (98.05% from 255 or 68.12% from 367); Max value from RGB is 250 - color contains mainly: blue. Hex color #393CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #393CFA is #C6C305. Grayscale: #505050. Windows color (decimal): -13026054 or 16399417. OLE color: 16399417.

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

Color convert

RGB 57 60 250 -
CMYK 0.77 0.76 0 0.02
HSL 239.07º 0.95% 0.6% -
HSV(B) 239.07º 0.77% 0.98% -
XYZ 20.56 11 91.48 -
YUV 80.76 223.51 111.05 -
System Red Green Blue C M Y K H S L
Decimal 57 60 250 0.77 0.76 0 0.02 239.07 0.95 0.6
Hex 39 3C FA 4D 4C 0 2 EF 5F 3C
Octal 71 74 372 115 114 0 2 357 137 74
Binary 111001 111100 11111010 1001101 1001100 0 10 11101111 1011111 111100

Color Harmonies of #393CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393CFA

Black with #393CFA

Text Example


Text Example

White with #393CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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