Html Css Color HEX #5658FA Neon Blue

📋 copy color: '#5658FA'

red 86 ◦ green 88 ◦ blue 250

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

Shades of Neon Blue #5658FA

Tints of Neon Blue #5658FA

RGB

 RED value IS 86 (33.98% from 255) = 20.28%

 GREEN value IS 88 (34.77% from 255) = 20.75%

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

R = 20.28%
G = 20.75%
B = 58.96%

CMYK

 C value IS 0.66

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5658FA (or 0x5658FA) is known color: Neon Blue. HEX triplet: 56, 58 and FA. RGB value is (86,88,250). Sum of RGB (Red+Green+Blue) = 86+88+250=424 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.28% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 250 (98.05% from 255 or 58.96% from 424); Max value from RGB is 250 - color contains mainly: blue. Hex color #5658FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5658FA is #A9A705. Grayscale: #696969. Windows color (decimal): -11118342 or 16406614. OLE color: 16406614.

HSL color Cylindrical-coordinate representation of color #5658FA: hue angle of 239.27º degrees, saturation: 0.94, 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 #5658FA is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 86 88 250 -
CMYK 0.66 0.65 0 0.02
HSL 239.27º 0.94% 0.66% -
HSV(B) 239.27º 0.66% 0.98% -
XYZ 24.58 15.86 92.21 -
YUV 105.87 209.34 113.83 -
System Red Green Blue C M Y K H S L
Decimal 86 88 250 0.66 0.65 0 0.02 239.27 0.94 0.66
Hex 56 58 FA 42 41 0 2 EF 5E 42
Octal 126 130 372 102 101 0 2 357 136 102
Binary 1010110 1011000 11111010 1000010 1000001 0 10 11101111 1011110 1000010

Color Harmonies of #5658FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5658FA

Black with #5658FA

Text Example


Text Example

White with #5658FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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