Html Css Color HEX #5255FC Neon Blue

📋 copy color: '#5255FC'

red 82 ◦ green 85 ◦ blue 252

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

Shades of Neon Blue #5255FC

Tints of Neon Blue #5255FC

RGB

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

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

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

R = 19.57%
G = 20.29%
B = 60.14%

CMYK

 C value IS 0.67

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5255FC (or 0x5255FC) is known color: Neon Blue. HEX triplet: 52, 55 and FC. RGB value is (82,85,252). Sum of RGB (Red+Green+Blue) = 82+85+252=419 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.57% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 252 (98.83% from 255 or 60.14% from 419); Max value from RGB is 252 - color contains mainly: blue. Hex color #5255FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5255FC is #ADAA03. Grayscale: #666666. Windows color (decimal): -11381252 or 16536914. OLE color: 16536914.

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

Color convert

RGB 82 85 252 -
CMYK 0.67 0.66 0 0.01
HSL 238.94º 0.97% 0.65% -
HSV(B) 238.94º 0.67% 0.99% -
XYZ 24.3 15.32 93.77 -
YUV 103.14 212.01 112.92 -
System Red Green Blue C M Y K H S L
Decimal 82 85 252 0.67 0.66 0 0.01 238.94 0.97 0.65
Hex 52 55 FC 43 42 0 1 EF 61 41
Octal 122 125 374 103 102 0 1 357 141 101
Binary 1010010 1010101 11111100 1000011 1000010 0 1 11101111 1100001 1000001

Color Harmonies of #5255FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5255FC

Black with #5255FC

Text Example


Text Example

White with #5255FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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