Html Css Color HEX #5766FE Neon Blue

📋 copy color: '#5766FE'

red 87 ◦ green 102 ◦ blue 254

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

Shades of Neon Blue #5766FE

Tints of Neon Blue #5766FE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.02%

 BLUE value IS 254 (99.61% from 255) = 57.34%

R = 19.64%
G = 23.02%
B = 57.34%

CMYK

 C value IS 0.66

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5766FE (or 0x5766FE) is known color: Neon Blue. HEX triplet: 57, 66 and FE. RGB value is (87,102,254). Sum of RGB (Red+Green+Blue) = 87+102+254=443 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.64% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #5766FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5766FE is #A89901. Grayscale: #727272. Windows color (decimal): -11049218 or 16672343. OLE color: 16672343.

HSL color Cylindrical-coordinate representation of color #5766FE: hue angle of 234.61º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5766FE is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 87 102 254 -
CMYK 0.66 0.60 0 0.00
HSL 234.61º 0.99% 0.67% -
HSV(B) 234.61º 0.66% 1% -
XYZ 26.57 18.68 95.97 -
YUV 114.84 206.53 108.14 -
System Red Green Blue C M Y K H S L
Decimal 87 102 254 0.66 0.60 0 0.00 234.61 0.99 0.67
Hex 57 66 FE 42 3C 0 0 EB 63 43
Octal 127 146 376 102 74 0 0 353 143 103
Binary 1010111 1100110 11111110 1000010 111100 0 0 11101011 1100011 1000011

Color Harmonies of #5766FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5766FE

Black with #5766FE

Text Example


Text Example

White with #5766FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5766FE; }

 p { color: rgb(87,102,254); }

 H1.HeaderClassName
 {
   color: #5766FE;
 }
 .AnyTagClassName
 {
   color: #5766FE;
 }
</style>

background-color css

<style>
 a { background-color: #5766FE; }

 a { background-color: rgb(87,102,254); }

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

border-color css

<style>
 span { border-color: #5766FE; }

 span { border-color: rgb(87,102,254); }

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