Html Css Color HEX #534FE0 Neon Blue

📋 copy color: '#534FE0'

red 83 ◦ green 79 ◦ blue 224

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

Shades of Neon Blue #534FE0

Tints of Neon Blue #534FE0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.47%

 BLUE value IS 224 (87.89% from 255) = 58.03%

R = 21.5%
G = 20.47%
B = 58.03%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#534FE0 (or 0x534FE0) is known color: Neon Blue. HEX triplet: 53, 4F and E0. RGB value is (83,79,224). Sum of RGB (Red+Green+Blue) = 83+79+224=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 224 (87.89% from 255 or 58.03% from 386); Max value from RGB is 224 - color contains mainly: blue. Hex color #534FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534FE0 is #ACB01F. Grayscale: #606060. Windows color (decimal): -11317280 or 14700371. OLE color: 14700371.

HSL color Cylindrical-coordinate representation of color #534FE0: hue angle of 241.66º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #534FE0 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 83 79 224 -
CMYK 0.63 0.65 0 0.12
HSL 241.66º 0.7% 0.59% -
HSV(B) 241.66º 0.65% 0.88% -
XYZ 19.82 12.81 71.95 -
YUV 96.73 199.83 118.21 -
System Red Green Blue C M Y K H S L
Decimal 83 79 224 0.63 0.65 0 0.12 241.66 0.7 0.59
Hex 53 4F E0 3F 41 0 C F2 46 3B
Octal 123 117 340 77 101 0 14 362 106 73
Binary 1010011 1001111 11100000 111111 1000001 0 1100 11110010 1000110 111011

Color Harmonies of #534FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534FE0

Black with #534FE0

Text Example


Text Example

White with #534FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,79,224); }

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

background-color css

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

 a { background-color: rgb(83,79,224); }

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

border-color css

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

 span { border-color: rgb(83,79,224); }

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