Html Css Color HEX #5255FF Neon Blue

📋 copy color: '#5255FF'

red 82 ◦ green 85 ◦ blue 255

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

Shades of Neon Blue #5255FF

Tints of Neon Blue #5255FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 60.43%

R = 19.43%
G = 20.14%
B = 60.43%

CMYK

 C value IS 0.68

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5255FF (or 0x5255FF) is known color: Neon Blue. HEX triplet: 52, 55 and FF. RGB value is (82,85,255). Sum of RGB (Red+Green+Blue) = 82+85+255=422 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.43% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #5255FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5255FF is #ADAA00. Grayscale: #666666. Windows color (decimal): -11381249 or 16733522. OLE color: 16733522.

HSL color Cylindrical-coordinate representation of color #5255FF: hue angle of 238.96º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5255FF is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 82 85 255 -
CMYK 0.68 0.67 0 0
HSL 238.96º 1% 0.66% -
HSV(B) 238.96º 0.68% 1% -
XYZ 24.78 15.51 96.3 -
YUV 103.48 213.51 112.68 -
System Red Green Blue C M Y K H S L
Decimal 82 85 255 0.68 0.67 0 0 238.96 1 0.66
Hex 52 55 FF 44 43 0 0 EF 64 42
Octal 122 125 377 104 103 0 0 357 144 102
Binary 1010010 1010101 11111111 1000100 1000011 0 0 11101111 1100100 1000010

Color Harmonies of #5255FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5255FF

Black with #5255FF

Text Example


Text Example

White with #5255FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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