Html Css Color HEX #5256FA Neon Blue

📋 copy color: '#5256FA'

red 82 ◦ green 86 ◦ blue 250

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

Shades of Neon Blue #5256FA

Tints of Neon Blue #5256FA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.57%

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

R = 19.62%
G = 20.57%
B = 59.81%

CMYK

 C value IS 0.67

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5256FA (or 0x5256FA) is known color: Neon Blue. HEX triplet: 52, 56 and FA. RGB value is (82,86,250). Sum of RGB (Red+Green+Blue) = 82+86+250=418 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.62% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #5256FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5256FA is #ADA905. Grayscale: #666666. Windows color (decimal): -11380998 or 16406098. OLE color: 16406098.

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

Color convert

RGB 82 86 250 -
CMYK 0.67 0.66 0 0.02
HSL 238.57º 0.94% 0.65% -
HSV(B) 238.57º 0.67% 0.98% -
XYZ 24.06 15.35 92.14 -
YUV 103.5 210.67 112.66 -
System Red Green Blue C M Y K H S L
Decimal 82 86 250 0.67 0.66 0 0.02 238.57 0.94 0.65
Hex 52 56 FA 43 42 0 2 EF 5E 41
Octal 122 126 372 103 102 0 2 357 136 101
Binary 1010010 1010110 11111010 1000011 1000010 0 10 11101111 1011110 1000001

Color Harmonies of #5256FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5256FA

Black with #5256FA

Text Example


Text Example

White with #5256FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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