Html Css Color HEX #393DFE Neon Blue

📋 copy color: '#393DFE'

red 57 ◦ green 61 ◦ blue 254

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

Shades of Neon Blue #393DFE

Tints of Neon Blue #393DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 68.28%

R = 15.32%
G = 16.4%
B = 68.28%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#393DFE (or 0x393DFE) is known color: Neon Blue. HEX triplet: 39, 3D and FE. RGB value is (57,61,254). Sum of RGB (Red+Green+Blue) = 57+61+254=372 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.32% from 372); Green value is 61 (24.22% from 255 or 16.40% from 372); Blue value is 254 (99.61% from 255 or 68.28% from 372); Max value from RGB is 254 - color contains mainly: blue. Hex color #393DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #393DFE is #C6C201. Grayscale: #515151. Windows color (decimal): -13025794 or 16661817. OLE color: 16661817.

HSL color Cylindrical-coordinate representation of color #393DFE: hue angle of 238.78º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #393DFE is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 57 61 254 -
CMYK 0.78 0.76 0 0.00
HSL 238.78º 0.99% 0.61% -
HSV(B) 238.78º 0.78% 1% -
XYZ 21.25 11.36 94.84 -
YUV 81.81 225.17 110.31 -
System Red Green Blue C M Y K H S L
Decimal 57 61 254 0.78 0.76 0 0.00 238.78 0.99 0.61
Hex 39 3D FE 4E 4C 0 0 EF 63 3D
Octal 71 75 376 116 114 0 0 357 143 75
Binary 111001 111101 11111110 1001110 1001100 0 0 11101111 1100011 111101

Color Harmonies of #393DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393DFE

Black with #393DFE

Text Example


Text Example

White with #393DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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