Html Css Color HEX #534FE9 Neon Blue

📋 copy color: '#534FE9'

red 83 ◦ green 79 ◦ blue 233

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

Shades of Neon Blue #534FE9

Tints of Neon Blue #534FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 58.99%

R = 21.01%
G = 20%
B = 58.99%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#534FE9 (or 0x534FE9) is known color: Neon Blue. HEX triplet: 53, 4F and E9. RGB value is (83,79,233). Sum of RGB (Red+Green+Blue) = 83+79+233=395 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.01% from 395); Green value is 79 (31.25% from 255 or 20% from 395); Blue value is 233 (91.41% from 255 or 58.99% from 395); Max value from RGB is 233 - color contains mainly: blue. Hex color #534FE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #534FE9 is #ACB016. Grayscale: #616161. Windows color (decimal): -11317271 or 15290195. OLE color: 15290195.

HSL color Cylindrical-coordinate representation of color #534FE9: hue angle of 241.56º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #534FE9 is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 83 79 233 -
CMYK 0.64 0.66 0 0.09
HSL 241.56º 0.78% 0.61% -
HSV(B) 241.56º 0.66% 0.91% -
XYZ 21.07 13.31 78.55 -
YUV 97.75 204.33 117.48 -
System Red Green Blue C M Y K H S L
Decimal 83 79 233 0.64 0.66 0 0.09 241.56 0.78 0.61
Hex 53 4F E9 40 42 0 9 F2 4E 3D
Octal 123 117 351 100 102 0 11 362 116 75
Binary 1010011 1001111 11101001 1000000 1000010 0 1001 11110010 1001110 111101

Color Harmonies of #534FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534FE9

Black with #534FE9

Text Example


Text Example

White with #534FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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