Html Css Color HEX #5255FA Neon Blue

📋 copy color: '#5255FA'

red 82 ◦ green 85 ◦ blue 250

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

Shades of Neon Blue #5255FA

Tints of Neon Blue #5255FA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.38%

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

R = 19.66%
G = 20.38%
B = 59.95%

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

#5255FA (or 0x5255FA) is known color: Neon Blue. HEX triplet: 52, 55 and FA. RGB value is (82,85,250). Sum of RGB (Red+Green+Blue) = 82+85+250=417 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.66% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 250 (98.05% from 255 or 59.95% from 417); Max value from RGB is 250 - color contains mainly: blue. Hex color #5255FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5255FA is #ADAA05. Grayscale: #666666. Windows color (decimal): -11381254 or 16405842. OLE color: 16405842.

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

Color convert

RGB 82 85 250 -
CMYK 0.67 0.66 0 0.02
HSL 238.93º 0.94% 0.65% -
HSV(B) 238.93º 0.67% 0.98% -
XYZ 23.98 15.19 92.11 -
YUV 102.91 211.01 113.08 -
System Red Green Blue C M Y K H S L
Decimal 82 85 250 0.67 0.66 0 0.02 238.93 0.94 0.65
Hex 52 55 FA 43 42 0 2 EF 5E 41
Octal 122 125 372 103 102 0 2 357 136 101
Binary 1010010 1010101 11111010 1000011 1000010 0 10 11101111 1011110 1000001

Color Harmonies of #5255FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5255FA

Black with #5255FA

Text Example


Text Example

White with #5255FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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