Html Css Color HEX #393FFC Neon Blue

📋 copy color: '#393FFC'

red 57 ◦ green 63 ◦ blue 252

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

Shades of Neon Blue #393FFC

Tints of Neon Blue #393FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 67.74%

R = 15.32%
G = 16.94%
B = 67.74%

CMYK

 C value IS 0.77

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#393FFC (or 0x393FFC) is known color: Neon Blue. HEX triplet: 39, 3F and FC. RGB value is (57,63,252). Sum of RGB (Red+Green+Blue) = 57+63+252=372 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.32% from 372); Green value is 63 (25% from 255 or 16.94% from 372); Blue value is 252 (98.83% from 255 or 67.74% from 372); Max value from RGB is 252 - color contains mainly: blue. Hex color #393FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #393FFC is #C6C003. Grayscale: #515151. Windows color (decimal): -13025284 or 16531257. OLE color: 16531257.

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

Color convert

RGB 57 63 252 -
CMYK 0.77 0.75 0 0.01
HSL 238.15º 0.97% 0.61% -
HSV(B) 238.15º 0.77% 0.99% -
XYZ 21.04 11.45 93.2 -
YUV 82.75 223.51 109.63 -
System Red Green Blue C M Y K H S L
Decimal 57 63 252 0.77 0.75 0 0.01 238.15 0.97 0.61
Hex 39 3F FC 4D 4B 0 1 EE 61 3D
Octal 71 77 374 115 113 0 1 356 141 75
Binary 111001 111111 11111100 1001101 1001011 0 1 11101110 1100001 111101

Color Harmonies of #393FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393FFC

Black with #393FFC

Text Example


Text Example

White with #393FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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