Html Css Color HEX #5755FB Neon Blue

📋 copy color: '#5755FB'

red 87 ◦ green 85 ◦ blue 251

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

Shades of Neon Blue #5755FB

Tints of Neon Blue #5755FB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.09%

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

R = 20.57%
G = 20.09%
B = 59.34%

CMYK

 C value IS 0.65

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5755FB (or 0x5755FB) is known color: Neon Blue. HEX triplet: 57, 55 and FB. RGB value is (87,85,251). Sum of RGB (Red+Green+Blue) = 87+85+251=423 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.57% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #5755FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5755FB is #A8AA04. Grayscale: #676767. Windows color (decimal): -11053573 or 16471383. OLE color: 16471383.

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

Color convert

RGB 87 85 251 -
CMYK 0.65 0.66 0 0.02
HSL 240.72º 0.95% 0.66% -
HSV(B) 240.72º 0.66% 0.98% -
XYZ 24.59 15.49 92.96 -
YUV 104.52 210.66 115.5 -
System Red Green Blue C M Y K H S L
Decimal 87 85 251 0.65 0.66 0 0.02 240.72 0.95 0.66
Hex 57 55 FB 41 42 0 2 F1 5F 42
Octal 127 125 373 101 102 0 2 361 137 102
Binary 1010111 1010101 11111011 1000001 1000010 0 10 11110001 1011111 1000010

Color Harmonies of #5755FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5755FB

Black with #5755FB

Text Example


Text Example

White with #5755FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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