Html Css Color HEX #5341DF Neon Blue

📋 copy color: '#5341DF'

red 83 ◦ green 65 ◦ blue 223

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

Shades of Neon Blue #5341DF

Tints of Neon Blue #5341DF

RGB

 RED value IS 83 (32.81% from 255) = 22.37%

 GREEN value IS 65 (25.78% from 255) = 17.52%

 BLUE value IS 223 (87.5% from 255) = 60.11%

R = 22.37%
G = 17.52%
B = 60.11%

CMYK

 C value IS 0.63

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5341DF (or 0x5341DF) is known color: Neon Blue. HEX triplet: 53, 41 and DF. RGB value is (83,65,223). Sum of RGB (Red+Green+Blue) = 83+65+223=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #5341DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5341DF is #ACBE20. Grayscale: #575757. Windows color (decimal): -11320865 or 14631251. OLE color: 14631251.

HSL color Cylindrical-coordinate representation of color #5341DF: hue angle of 246.84º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5341DF is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 65 223 -
CMYK 0.63 0.71 0 0.13
HSL 246.84º 0.71% 0.56% -
HSV(B) 246.84º 0.71% 0.87% -
XYZ 18.78 10.95 70.94 -
YUV 88.39 203.96 124.15 -
System Red Green Blue C M Y K H S L
Decimal 83 65 223 0.63 0.71 0 0.13 246.84 0.71 0.56
Hex 53 41 DF 3F 47 0 D F7 47 38
Octal 123 101 337 77 107 0 15 367 107 70
Binary 1010011 1000001 11011111 111111 1000111 0 1101 11110111 1000111 111000

Color Harmonies of #5341DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5341DF

Black with #5341DF

Text Example


Text Example

White with #5341DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5341DF; }

 p { color: rgb(83,65,223); }

 H1.HeaderClassName
 {
   color: #5341DF;
 }
 .AnyTagClassName
 {
   color: #5341DF;
 }
</style>

background-color css

<style>
 a { background-color: #5341DF; }

 a { background-color: rgb(83,65,223); }

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

border-color css

<style>
 span { border-color: #5341DF; }

 span { border-color: rgb(83,65,223); }

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