Html Css Color HEX #534DFD Neon Blue

📋 copy color: '#534DFD'

red 83 ◦ green 77 ◦ blue 253

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

Shades of Neon Blue #534DFD

Tints of Neon Blue #534DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 61.26%

R = 20.1%
G = 18.64%
B = 61.26%

CMYK

 C value IS 0.67

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#534DFD (or 0x534DFD) is known color: Neon Blue. HEX triplet: 53, 4D and FD. RGB value is (83,77,253). Sum of RGB (Red+Green+Blue) = 83+77+253=413 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.10% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #534DFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #534DFD is #ACB202. Grayscale: #626262. Windows color (decimal): -11317763 or 16600403. OLE color: 16600403.

HSL color Cylindrical-coordinate representation of color #534DFD: hue angle of 242.05º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #534DFD is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 83 77 253 -
CMYK 0.67 0.70 0 0.01
HSL 242.05º 0.98% 0.65% -
HSV(B) 242.05º 0.7% 0.99% -
XYZ 23.95 14.24 94.41 -
YUV 98.86 214.99 116.69 -
System Red Green Blue C M Y K H S L
Decimal 83 77 253 0.67 0.70 0 0.01 242.05 0.98 0.65
Hex 53 4D FD 43 46 0 1 F2 62 41
Octal 123 115 375 103 106 0 1 362 142 101
Binary 1010011 1001101 11111101 1000011 1000110 0 1 11110010 1100010 1000001

Color Harmonies of #534DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534DFD

Black with #534DFD

Text Example


Text Example

White with #534DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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