Html Css Color HEX #5552FC Neon Blue

📋 copy color: '#5552FC'

red 85 ◦ green 82 ◦ blue 252

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

Shades of Neon Blue #5552FC

Tints of Neon Blue #5552FC

RGB

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

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

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

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

CMYK

 C value IS 0.66

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5552FC (or 0x5552FC) is known color: Neon Blue. HEX triplet: 55, 52 and FC. RGB value is (85,82,252). Sum of RGB (Red+Green+Blue) = 85+82+252=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 82 (32.42% from 255 or 19.57% 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 #5552FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5552FC is #AAAD03. Grayscale: #656565. Windows color (decimal): -11185412 or 16536149. OLE color: 16536149.

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

Color convert

RGB 85 82 252 -
CMYK 0.66 0.67 0 0.01
HSL 241.06º 0.97% 0.65% -
HSV(B) 241.06º 0.67% 0.99% -
XYZ 24.33 14.99 93.71 -
YUV 102.28 212.49 115.68 -
System Red Green Blue C M Y K H S L
Decimal 85 82 252 0.66 0.67 0 0.01 241.06 0.97 0.65
Hex 55 52 FC 42 43 0 1 F1 61 41
Octal 125 122 374 102 103 0 1 361 141 101
Binary 1010101 1010010 11111100 1000010 1000011 0 1 11110001 1100001 1000001

Color Harmonies of #5552FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5552FC

Black with #5552FC

Text Example


Text Example

White with #5552FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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