Html Css Color HEX #393DFF Neon Blue

📋 copy color: '#393DFF'

red 57 ◦ green 61 ◦ blue 255

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

Shades of Neon Blue #393DFF

Tints of Neon Blue #393DFF

RGB

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

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

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

R = 15.28%
G = 16.35%
B = 68.36%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#393DFF (or 0x393DFF) is known color: Neon Blue. HEX triplet: 39, 3D and FF. RGB value is (57,61,255). Sum of RGB (Red+Green+Blue) = 57+61+255=373 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.28% from 373); Green value is 61 (24.22% from 255 or 16.35% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #393DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #393DFF is #C6C200. Grayscale: #515151. Windows color (decimal): -13025793 or 16727353. OLE color: 16727353.

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

Color convert

RGB 57 61 255 -
CMYK 0.78 0.76 0 0
HSL 238.79º 1% 0.61% -
HSV(B) 238.79º 0.78% 1% -
XYZ 21.41 11.43 95.69 -
YUV 81.92 225.67 110.23 -
System Red Green Blue C M Y K H S L
Decimal 57 61 255 0.78 0.76 0 0 238.79 1 0.61
Hex 39 3D FF 4E 4C 0 0 EF 64 3D
Octal 71 75 377 116 114 0 0 357 144 75
Binary 111001 111101 11111111 1001110 1001100 0 0 11101111 1100100 111101

Color Harmonies of #393DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393DFF

Black with #393DFF

Text Example


Text Example

White with #393DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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