Html Css Color HEX #534EFA Neon Blue

📋 copy color: '#534EFA'

red 83 ◦ green 78 ◦ blue 250

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

Shades of Neon Blue #534EFA

Tints of Neon Blue #534EFA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.98%

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

R = 20.19%
G = 18.98%
B = 60.83%

CMYK

 C value IS 0.67

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#534EFA (or 0x534EFA) is known color: Neon Blue. HEX triplet: 53, 4E and FA. RGB value is (83,78,250). Sum of RGB (Red+Green+Blue) = 83+78+250=411 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.19% from 411); Green value is 78 (30.86% from 255 or 18.98% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #534EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #534EFA is #ACB105. Grayscale: #626262. Windows color (decimal): -11317510 or 16404051. OLE color: 16404051.

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

Color convert

RGB 83 78 250 -
CMYK 0.67 0.69 0 0.02
HSL 241.74º 0.95% 0.64% -
HSV(B) 241.74º 0.69% 0.98% -
XYZ 23.55 14.19 91.94 -
YUV 99.1 213.16 116.51 -
System Red Green Blue C M Y K H S L
Decimal 83 78 250 0.67 0.69 0 0.02 241.74 0.95 0.64
Hex 53 4E FA 43 45 0 2 F2 5F 40
Octal 123 116 372 103 105 0 2 362 137 100
Binary 1010011 1001110 11111010 1000011 1000101 0 10 11110010 1011111 1000000

Color Harmonies of #534EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534EFA

Black with #534EFA

Text Example


Text Example

White with #534EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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