Html Css Color HEX #534CFB Neon Blue

📋 copy color: '#534CFB'

red 83 ◦ green 76 ◦ blue 251

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

Shades of Neon Blue #534CFB

Tints of Neon Blue #534CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.54%

 BLUE value IS 251 (98.44% from 255) = 61.22%

R = 20.24%
G = 18.54%
B = 61.22%

CMYK

 C value IS 0.67

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#534CFB (or 0x534CFB) is known color: Neon Blue. HEX triplet: 53, 4C and FB. RGB value is (83,76,251). Sum of RGB (Red+Green+Blue) = 83+76+251=410 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.24% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 251 (98.44% from 255 or 61.22% from 410); Max value from RGB is 251 - color contains mainly: blue. Hex color #534CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #534CFB is #ACB304. Grayscale: #616161. Windows color (decimal): -11318021 or 16469075. OLE color: 16469075.

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

Color convert

RGB 83 76 251 -
CMYK 0.67 0.70 0 0.02
HSL 242.4º 0.96% 0.64% -
HSV(B) 242.4º 0.7% 0.98% -
XYZ 23.56 13.97 92.72 -
YUV 98.04 214.32 117.27 -
System Red Green Blue C M Y K H S L
Decimal 83 76 251 0.67 0.70 0 0.02 242.4 0.96 0.64
Hex 53 4C FB 43 46 0 2 F2 60 40
Octal 123 114 373 103 106 0 2 362 140 100
Binary 1010011 1001100 11111011 1000011 1000110 0 10 11110010 1100000 1000000

Color Harmonies of #534CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534CFB

Black with #534CFB

Text Example


Text Example

White with #534CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,76,251); }

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

background-color css

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

 a { background-color: rgb(83,76,251); }

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

border-color css

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

 span { border-color: rgb(83,76,251); }

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