Html Css Color HEX #534EFB Neon Blue

📋 copy color: '#534EFB'

red 83 ◦ green 78 ◦ blue 251

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

Shades of Neon Blue #534EFB

Tints of Neon Blue #534EFB

RGB

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

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

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

R = 20.15%
G = 18.93%
B = 60.92%

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

#534EFB (or 0x534EFB) is known color: Neon Blue. HEX triplet: 53, 4E and FB. RGB value is (83,78,251). Sum of RGB (Red+Green+Blue) = 83+78+251=412 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.15% from 412); Green value is 78 (30.86% from 255 or 18.93% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #534EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #534EFB is #ACB104. Grayscale: #626262. Windows color (decimal): -11317509 or 16469587. OLE color: 16469587.

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

Color convert

RGB 83 78 251 -
CMYK 0.67 0.69 0 0.02
HSL 241.73º 0.96% 0.65% -
HSV(B) 241.73º 0.69% 0.98% -
XYZ 23.7 14.25 92.77 -
YUV 99.22 213.66 116.43 -
System Red Green Blue C M Y K H S L
Decimal 83 78 251 0.67 0.69 0 0.02 241.73 0.96 0.65
Hex 53 4E FB 43 45 0 2 F2 60 41
Octal 123 116 373 103 105 0 2 362 140 101
Binary 1010011 1001110 11111011 1000011 1000101 0 10 11110010 1100000 1000001

Color Harmonies of #534EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534EFB

Black with #534EFB

Text Example


Text Example

White with #534EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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