Html Css Color HEX #393FFF Neon Blue

📋 copy color: '#393FFF'

red 57 ◦ green 63 ◦ blue 255

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

Shades of Neon Blue #393FFF

Tints of Neon Blue #393FFF

RGB

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

 GREEN value IS 63 (25% from 255) = 16.8%

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

R = 15.2%
G = 16.8%
B = 68%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#393FFF (or 0x393FFF) is known color: Neon Blue. HEX triplet: 39, 3F and FF. RGB value is (57,63,255). Sum of RGB (Red+Green+Blue) = 57+63+255=375 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.2% from 375); Green value is 63 (25% from 255 or 16.8% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #393FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #393FFF is #C6C000. Grayscale: #525252. Windows color (decimal): -13025281 or 16727865. OLE color: 16727865.

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

Color convert

RGB 57 63 255 -
CMYK 0.78 0.75 0 0
HSL 238.18º 1% 0.61% -
HSV(B) 238.18º 0.78% 1% -
XYZ 21.51 11.64 95.72 -
YUV 83.09 225.01 109.39 -
System Red Green Blue C M Y K H S L
Decimal 57 63 255 0.78 0.75 0 0 238.18 1 0.61
Hex 39 3F FF 4E 4B 0 0 EE 64 3D
Octal 71 77 377 116 113 0 0 356 144 75
Binary 111001 111111 11111111 1001110 1001011 0 0 11101110 1100100 111101

Color Harmonies of #393FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393FFF

Black with #393FFF

Text Example


Text Example

White with #393FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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