Html Css Color HEX #534CFA Neon Blue

📋 copy color: '#534CFA'

red 83 ◦ green 76 ◦ blue 250

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

Shades of Neon Blue #534CFA

Tints of Neon Blue #534CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 61.12%

R = 20.29%
G = 18.58%
B = 61.12%

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

#534CFA (or 0x534CFA) is known color: Neon Blue. HEX triplet: 53, 4C and FA. RGB value is (83,76,250). Sum of RGB (Red+Green+Blue) = 83+76+250=409 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.29% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #534CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #534CFA is #ACB305. Grayscale: #616161. Windows color (decimal): -11318022 or 16403539. OLE color: 16403539.

HSL color Cylindrical-coordinate representation of color #534CFA: hue angle of 242.41º degrees, saturation: 0.95, 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 #534CFA is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 76 250 -
CMYK 0.67 0.70 0 0.02
HSL 242.41º 0.95% 0.64% -
HSV(B) 242.41º 0.7% 0.98% -
XYZ 23.41 13.91 91.89 -
YUV 97.93 213.82 117.35 -
System Red Green Blue C M Y K H S L
Decimal 83 76 250 0.67 0.70 0 0.02 242.41 0.95 0.64
Hex 53 4C FA 43 46 0 2 F2 5F 40
Octal 123 114 372 103 106 0 2 362 137 100
Binary 1010011 1001100 11111010 1000011 1000110 0 10 11110010 1011111 1000000

Color Harmonies of #534CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534CFA

Black with #534CFA

Text Example


Text Example

White with #534CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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