Html Css Color HEX #534DED Neon Blue

📋 copy color: '#534DED'

red 83 ◦ green 77 ◦ blue 237

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

Shades of Neon Blue #534DED

Tints of Neon Blue #534DED

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.4%

 BLUE value IS 237 (92.97% from 255) = 59.7%

R = 20.91%
G = 19.4%
B = 59.7%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#534DED (or 0x534DED) is known color: Neon Blue. HEX triplet: 53, 4D and ED. RGB value is (83,77,237). Sum of RGB (Red+Green+Blue) = 83+77+237=397 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.91% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 237 (92.97% from 255 or 59.70% from 397); Max value from RGB is 237 - color contains mainly: blue. Hex color #534DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #534DED is #ACB212. Grayscale: #606060. Windows color (decimal): -11317779 or 15551827. OLE color: 15551827.

HSL color Cylindrical-coordinate representation of color #534DED: hue angle of 242.25º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #534DED is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 77 237 -
CMYK 0.65 0.68 0 0.07
HSL 242.25º 0.82% 0.62% -
HSV(B) 242.25º 0.68% 0.93% -
XYZ 21.51 13.26 81.55 -
YUV 97.03 206.99 117.99 -
System Red Green Blue C M Y K H S L
Decimal 83 77 237 0.65 0.68 0 0.07 242.25 0.82 0.62
Hex 53 4D ED 41 44 0 7 F2 52 3E
Octal 123 115 355 101 104 0 7 362 122 76
Binary 1010011 1001101 11101101 1000001 1000100 0 111 11110010 1010010 111110

Color Harmonies of #534DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534DED

Black with #534DED

Text Example


Text Example

White with #534DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534DED; }

 p { color: rgb(83,77,237); }

 H1.HeaderClassName
 {
   color: #534DED;
 }
 .AnyTagClassName
 {
   color: #534DED;
 }
</style>

background-color css

<style>
 a { background-color: #534DED; }

 a { background-color: rgb(83,77,237); }

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

border-color css

<style>
 span { border-color: #534DED; }

 span { border-color: rgb(83,77,237); }

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