Html Css Color HEX #5251FC Neon Blue

📋 copy color: '#5251FC'

red 82 ◦ green 81 ◦ blue 252

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

Shades of Neon Blue #5251FC

Tints of Neon Blue #5251FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 60.72%

R = 19.76%
G = 19.52%
B = 60.72%

CMYK

 C value IS 0.67

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5251FC (or 0x5251FC) is known color: Neon Blue. HEX triplet: 52, 51 and FC. RGB value is (82,81,252). Sum of RGB (Red+Green+Blue) = 82+81+252=415 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.76% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 252 (98.83% from 255 or 60.72% from 415); Max value from RGB is 252 - color contains mainly: blue. Hex color #5251FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5251FC is #ADAE03. Grayscale: #646464. Windows color (decimal): -11382276 or 16535890. OLE color: 16535890.

HSL color Cylindrical-coordinate representation of color #5251FC: hue angle of 240.35º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5251FC is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 81 252 -
CMYK 0.67 0.68 0 0.01
HSL 240.35º 0.97% 0.65% -
HSV(B) 240.35º 0.68% 0.99% -
XYZ 23.99 14.71 93.67 -
YUV 100.79 213.33 114.6 -
System Red Green Blue C M Y K H S L
Decimal 82 81 252 0.67 0.68 0 0.01 240.35 0.97 0.65
Hex 52 51 FC 43 44 0 1 F0 61 41
Octal 122 121 374 103 104 0 1 360 141 101
Binary 1010010 1010001 11111100 1000011 1000100 0 1 11110000 1100001 1000001

Color Harmonies of #5251FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5251FC

Black with #5251FC

Text Example


Text Example

White with #5251FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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