Html Css Color HEX #393AFB Neon Blue

📋 copy color: '#393AFB'

red 57 ◦ green 58 ◦ blue 251

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

Shades of Neon Blue #393AFB

Tints of Neon Blue #393AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 68.58%

R = 15.57%
G = 15.85%
B = 68.58%

CMYK

 C value IS 0.77

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#393AFB (or 0x393AFB) is known color: Neon Blue. HEX triplet: 39, 3A and FB. RGB value is (57,58,251). Sum of RGB (Red+Green+Blue) = 57+58+251=366 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.57% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 251 (98.44% from 255 or 68.58% from 366); Max value from RGB is 251 - color contains mainly: blue. Hex color #393AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #393AFB is #C6C504. Grayscale: #4E4E4E. Windows color (decimal): -13026565 or 16464441. OLE color: 16464441.

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

Color convert

RGB 57 58 251 -
CMYK 0.77 0.77 0 0.02
HSL 239.69º 0.96% 0.6% -
HSV(B) 239.69º 0.77% 0.98% -
XYZ 20.61 10.86 92.28 -
YUV 79.7 224.67 111.81 -
System Red Green Blue C M Y K H S L
Decimal 57 58 251 0.77 0.77 0 0.02 239.69 0.96 0.6
Hex 39 3A FB 4D 4D 0 2 F0 60 3C
Octal 71 72 373 115 115 0 2 360 140 74
Binary 111001 111010 11111011 1001101 1001101 0 10 11110000 1100000 111100

Color Harmonies of #393AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393AFB

Black with #393AFB

Text Example


Text Example

White with #393AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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