Html Css Color HEX #5251FB Neon Blue

📋 copy color: '#5251FB'

red 82 ◦ green 81 ◦ blue 251

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

Shades of Neon Blue #5251FB

Tints of Neon Blue #5251FB

RGB

 RED value IS 82 (32.42% from 255) = 19.81%

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

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

R = 19.81%
G = 19.57%
B = 60.63%

CMYK

 C value IS 0.67

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5251FB (or 0x5251FB) is known color: Neon Blue. HEX triplet: 52, 51 and FB. RGB value is (82,81,251). Sum of RGB (Red+Green+Blue) = 82+81+251=414 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.81% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #5251FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5251FB is #ADAE04. Grayscale: #646464. Windows color (decimal): -11382277 or 16470354. OLE color: 16470354.

HSL color Cylindrical-coordinate representation of color #5251FB: hue angle of 240.35º 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 #5251FB is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 81 251 -
CMYK 0.67 0.68 0 0.02
HSL 240.35º 0.96% 0.65% -
HSV(B) 240.35º 0.68% 0.98% -
XYZ 23.83 14.64 92.84 -
YUV 100.68 212.83 114.68 -
System Red Green Blue C M Y K H S L
Decimal 82 81 251 0.67 0.68 0 0.02 240.35 0.96 0.65
Hex 52 51 FB 43 44 0 2 F0 60 41
Octal 122 121 373 103 104 0 2 360 140 101
Binary 1010010 1010001 11111011 1000011 1000100 0 10 11110000 1100000 1000001

Color Harmonies of #5251FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5251FB

Black with #5251FB

Text Example


Text Example

White with #5251FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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