Html Css Color HEX #534BF1 Neon Blue

📋 copy color: '#534BF1'

red 83 ◦ green 75 ◦ blue 241

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

Shades of Neon Blue #534BF1

Tints of Neon Blue #534BF1

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.8%

 BLUE value IS 241 (94.53% from 255) = 60.4%

R = 20.8%
G = 18.8%
B = 60.4%

CMYK

 C value IS 0.66

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#534BF1 (or 0x534BF1) is known color: Neon Blue. HEX triplet: 53, 4B and F1. RGB value is (83,75,241). Sum of RGB (Red+Green+Blue) = 83+75+241=399 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.80% from 399); Green value is 75 (29.69% from 255 or 18.80% from 399); Blue value is 241 (94.53% from 255 or 60.40% from 399); Max value from RGB is 241 - color contains mainly: blue. Hex color #534BF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #534BF1 is #ACB40E. Grayscale: #5F5F5F. Windows color (decimal): -11318287 or 15813459. OLE color: 15813459.

HSL color Cylindrical-coordinate representation of color #534BF1: hue angle of 242.89º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #534BF1 is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 83 75 241 -
CMYK 0.66 0.69 0 0.05
HSL 242.89º 0.86% 0.62% -
HSV(B) 242.89º 0.69% 0.95% -
XYZ 21.96 13.22 84.61 -
YUV 96.32 209.65 118.5 -
System Red Green Blue C M Y K H S L
Decimal 83 75 241 0.66 0.69 0 0.05 242.89 0.86 0.62
Hex 53 4B F1 42 45 0 5 F3 56 3E
Octal 123 113 361 102 105 0 5 363 126 76
Binary 1010011 1001011 11110001 1000010 1000101 0 101 11110011 1010110 111110

Color Harmonies of #534BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534BF1

Black with #534BF1

Text Example


Text Example

White with #534BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,75,241); }

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

background-color css

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

 a { background-color: rgb(83,75,241); }

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

border-color css

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

 span { border-color: rgb(83,75,241); }

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