Html Css Color HEX #5753FB Neon Blue

📋 copy color: '#5753FB'

red 87 ◦ green 83 ◦ blue 251

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

Shades of Neon Blue #5753FB

Tints of Neon Blue #5753FB

RGB

 RED value IS 87 (34.38% from 255) = 20.67%

 GREEN value IS 83 (32.81% from 255) = 19.71%

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

R = 20.67%
G = 19.71%
B = 59.62%

CMYK

 C value IS 0.65

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5753FB (or 0x5753FB) is known color: Neon Blue. HEX triplet: 57, 53 and FB. RGB value is (87,83,251). Sum of RGB (Red+Green+Blue) = 87+83+251=421 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.67% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 251 (98.44% from 255 or 59.62% from 421); Max value from RGB is 251 - color contains mainly: blue. Hex color #5753FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5753FB is #A8AC04. Grayscale: #666666. Windows color (decimal): -11054085 or 16470871. OLE color: 16470871.

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

Color convert

RGB 87 83 251 -
CMYK 0.65 0.67 0 0.02
HSL 241.43º 0.95% 0.65% -
HSV(B) 241.43º 0.67% 0.98% -
XYZ 24.44 15.18 92.91 -
YUV 103.35 211.33 116.34 -
System Red Green Blue C M Y K H S L
Decimal 87 83 251 0.65 0.67 0 0.02 241.43 0.95 0.65
Hex 57 53 FB 41 43 0 2 F1 5F 41
Octal 127 123 373 101 103 0 2 361 137 101
Binary 1010111 1010011 11111011 1000001 1000011 0 10 11110001 1011111 1000001

Color Harmonies of #5753FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5753FB

Black with #5753FB

Text Example


Text Example

White with #5753FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5753FB; }

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

 H1.HeaderClassName
 {
   color: #5753FB;
 }
 .AnyTagClassName
 {
   color: #5753FB;
 }
</style>

background-color css

<style>
 a { background-color: #5753FB; }

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

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

border-color css

<style>
 span { border-color: #5753FB; }

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

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