Html Css Color HEX #555CFD Neon Blue

📋 copy color: '#555CFD'

red 85 ◦ green 92 ◦ blue 253

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

Shades of Neon Blue #555CFD

Tints of Neon Blue #555CFD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.4%

 BLUE value IS 253 (99.22% from 255) = 58.84%

R = 19.77%
G = 21.4%
B = 58.84%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#555CFD (or 0x555CFD) is known color: Neon Blue. HEX triplet: 55, 5C and FD. RGB value is (85,92,253). Sum of RGB (Red+Green+Blue) = 85+92+253=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #555CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555CFD is #AAA302. Grayscale: #6B6B6B. Windows color (decimal): -11182851 or 16604245. OLE color: 16604245.

HSL color Cylindrical-coordinate representation of color #555CFD: hue angle of 237.5º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #555CFD is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 92 253 -
CMYK 0.66 0.64 0 0.01
HSL 237.5º 0.98% 0.66% -
HSV(B) 237.5º 0.66% 0.99% -
XYZ 25.3 16.68 94.81 -
YUV 108.26 209.68 111.41 -
System Red Green Blue C M Y K H S L
Decimal 85 92 253 0.66 0.64 0 0.01 237.5 0.98 0.66
Hex 55 5C FD 42 40 0 1 EE 62 42
Octal 125 134 375 102 100 0 1 356 142 102
Binary 1010101 1011100 11111101 1000010 1000000 0 1 11101110 1100010 1000010

Color Harmonies of #555CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555CFD

Black with #555CFD

Text Example


Text Example

White with #555CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555CFD; }

 p { color: rgb(85,92,253); }

 H1.HeaderClassName
 {
   color: #555CFD;
 }
 .AnyTagClassName
 {
   color: #555CFD;
 }
</style>

background-color css

<style>
 a { background-color: #555CFD; }

 a { background-color: rgb(85,92,253); }

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

border-color css

<style>
 span { border-color: #555CFD; }

 span { border-color: rgb(85,92,253); }

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