Html Css Color HEX #5866FA Neon Blue

📋 copy color: '#5866FA'

red 88 ◦ green 102 ◦ blue 250

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

Shades of Neon Blue #5866FA

Tints of Neon Blue #5866FA

RGB

 RED value IS 88 (34.77% from 255) = 20%

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

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

R = 20%
G = 23.18%
B = 56.82%

CMYK

 C value IS 0.65

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5866FA (or 0x5866FA) is known color: Neon Blue. HEX triplet: 58, 66 and FA. RGB value is (88,102,250). Sum of RGB (Red+Green+Blue) = 88+102+250=440 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 250 (98.05% from 255 or 56.82% from 440); Max value from RGB is 250 - color contains mainly: blue. Hex color #5866FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5866FA is #A79905. Grayscale: #727272. Windows color (decimal): -10983686 or 16410200. OLE color: 16410200.

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

Color convert

RGB 88 102 250 -
CMYK 0.65 0.59 0 0.02
HSL 234.81º 0.94% 0.66% -
HSV(B) 234.81º 0.65% 0.98% -
XYZ 26.03 18.48 92.64 -
YUV 114.69 204.36 108.97 -
System Red Green Blue C M Y K H S L
Decimal 88 102 250 0.65 0.59 0 0.02 234.81 0.94 0.66
Hex 58 66 FA 41 3B 0 2 EB 5E 42
Octal 130 146 372 101 73 0 2 353 136 102
Binary 1011000 1100110 11111010 1000001 111011 0 10 11101011 1011110 1000010

Color Harmonies of #5866FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5866FA

Black with #5866FA

Text Example


Text Example

White with #5866FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5866FA; }

 p { color: rgb(88,102,250); }

 H1.HeaderClassName
 {
   color: #5866FA;
 }
 .AnyTagClassName
 {
   color: #5866FA;
 }
</style>

background-color css

<style>
 a { background-color: #5866FA; }

 a { background-color: rgb(88,102,250); }

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

border-color css

<style>
 span { border-color: #5866FA; }

 span { border-color: rgb(88,102,250); }

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