Html Css Color HEX #393BFD Neon Blue

📋 copy color: '#393BFD'

red 57 ◦ green 59 ◦ blue 253

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

Shades of Neon Blue #393BFD

Tints of Neon Blue #393BFD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.99%

 BLUE value IS 253 (99.22% from 255) = 68.56%

R = 15.45%
G = 15.99%
B = 68.56%

CMYK

 C value IS 0.77

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#393BFD (or 0x393BFD) is known color: Neon Blue. HEX triplet: 39, 3B and FD. RGB value is (57,59,253). Sum of RGB (Red+Green+Blue) = 57+59+253=369 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.45% from 369); Green value is 59 (23.44% from 255 or 15.99% from 369); Blue value is 253 (99.22% from 255 or 68.56% from 369); Max value from RGB is 253 - color contains mainly: blue. Hex color #393BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #393BFD is #C6C402. Grayscale: #4F4F4F. Windows color (decimal): -13026307 or 16595769. OLE color: 16595769.

HSL color Cylindrical-coordinate representation of color #393BFD: hue angle of 239.39º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #393BFD is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 57 59 253 -
CMYK 0.77 0.77 0 0.01
HSL 239.39º 0.98% 0.61% -
HSV(B) 239.39º 0.77% 0.99% -
XYZ 20.98 11.09 93.96 -
YUV 80.52 225.34 111.23 -
System Red Green Blue C M Y K H S L
Decimal 57 59 253 0.77 0.77 0 0.01 239.39 0.98 0.61
Hex 39 3B FD 4D 4D 0 1 EF 62 3D
Octal 71 73 375 115 115 0 1 357 142 75
Binary 111001 111011 11111101 1001101 1001101 0 1 11101111 1100010 111101

Color Harmonies of #393BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393BFD

Black with #393BFD

Text Example


Text Example

White with #393BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,59,253); }

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

background-color css

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

 a { background-color: rgb(57,59,253); }

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

border-color css

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

 span { border-color: rgb(57,59,253); }

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