Html Css Color HEX #5851FB Neon Blue

📋 copy color: '#5851FB'

red 88 ◦ green 81 ◦ blue 251

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

Shades of Neon Blue #5851FB

Tints of Neon Blue #5851FB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.29%

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

R = 20.95%
G = 19.29%
B = 59.76%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5851FB (or 0x5851FB) is known color: Neon Blue. HEX triplet: 58, 51 and FB. RGB value is (88,81,251). Sum of RGB (Red+Green+Blue) = 88+81+251=420 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.95% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #5851FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5851FB is #A7AE04. Grayscale: #656565. Windows color (decimal): -10989061 or 16470360. OLE color: 16470360.

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

Color convert

RGB 88 81 251 -
CMYK 0.65 0.68 0 0.02
HSL 242.47º 0.96% 0.65% -
HSV(B) 242.47º 0.68% 0.98% -
XYZ 24.38 14.92 92.86 -
YUV 102.47 211.82 117.68 -
System Red Green Blue C M Y K H S L
Decimal 88 81 251 0.65 0.68 0 0.02 242.47 0.96 0.65
Hex 58 51 FB 41 44 0 2 F2 60 41
Octal 130 121 373 101 104 0 2 362 140 101
Binary 1011000 1010001 11111011 1000001 1000100 0 10 11110010 1100000 1000001

Color Harmonies of #5851FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5851FB

Black with #5851FB

Text Example


Text Example

White with #5851FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,81,251); }

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

background-color css

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

 a { background-color: rgb(88,81,251); }

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

border-color css

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

 span { border-color: rgb(88,81,251); }

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