Html Css Color HEX #393AFF Neon Blue

📋 copy color: '#393AFF'

red 57 ◦ green 58 ◦ blue 255

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

Shades of Neon Blue #393AFF

Tints of Neon Blue #393AFF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.68%

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

R = 15.41%
G = 15.68%
B = 68.92%

CMYK

 C value IS 0.78

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#393AFF (or 0x393AFF) is known color: Neon Blue. HEX triplet: 39, 3A and FF. RGB value is (57,58,255). Sum of RGB (Red+Green+Blue) = 57+58+255=370 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.41% from 370); Green value is 58 (23.05% from 255 or 15.68% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #393AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #393AFF is #C6C500. Grayscale: #4F4F4F. Windows color (decimal): -13026561 or 16726585. OLE color: 16726585.

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

Color convert

RGB 57 58 255 -
CMYK 0.78 0.77 0 0
HSL 239.7º 1% 0.61% -
HSV(B) 239.7º 0.78% 1% -
XYZ 21.25 11.12 95.63 -
YUV 80.16 226.67 111.48 -
System Red Green Blue C M Y K H S L
Decimal 57 58 255 0.78 0.77 0 0 239.7 1 0.61
Hex 39 3A FF 4E 4D 0 0 F0 64 3D
Octal 71 72 377 116 115 0 0 360 144 75
Binary 111001 111010 11111111 1001110 1001101 0 0 11110000 1100100 111101

Color Harmonies of #393AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393AFF

Black with #393AFF

Text Example


Text Example

White with #393AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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