Html Css Color HEX #554DFB Neon Blue

📋 copy color: '#554DFB'

red 85 ◦ green 77 ◦ blue 251

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

Shades of Neon Blue #554DFB

Tints of Neon Blue #554DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.64%

 BLUE value IS 251 (98.44% from 255) = 60.77%

R = 20.58%
G = 18.64%
B = 60.77%

CMYK

 C value IS 0.66

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#554DFB (or 0x554DFB) is known color: Neon Blue. HEX triplet: 55, 4D and FB. RGB value is (85,77,251). Sum of RGB (Red+Green+Blue) = 85+77+251=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 251 (98.44% from 255 or 60.77% from 413); Max value from RGB is 251 - color contains mainly: blue. Hex color #554DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #554DFB is #AAB204. Grayscale: #626262. Windows color (decimal): -11186693 or 16469333. OLE color: 16469333.

HSL color Cylindrical-coordinate representation of color #554DFB: hue angle of 242.76º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #554DFB is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 77 251 -
CMYK 0.66 0.69 0 0.02
HSL 242.76º 0.96% 0.64% -
HSV(B) 242.76º 0.69% 0.98% -
XYZ 23.81 14.2 92.75 -
YUV 99.23 213.65 117.85 -
System Red Green Blue C M Y K H S L
Decimal 85 77 251 0.66 0.69 0 0.02 242.76 0.96 0.64
Hex 55 4D FB 42 45 0 2 F3 60 40
Octal 125 115 373 102 105 0 2 363 140 100
Binary 1010101 1001101 11111011 1000010 1000101 0 10 11110011 1100000 1000000

Color Harmonies of #554DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554DFB

Black with #554DFB

Text Example


Text Example

White with #554DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554DFB; }

 p { color: rgb(85,77,251); }

 H1.HeaderClassName
 {
   color: #554DFB;
 }
 .AnyTagClassName
 {
   color: #554DFB;
 }
</style>

background-color css

<style>
 a { background-color: #554DFB; }

 a { background-color: rgb(85,77,251); }

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

border-color css

<style>
 span { border-color: #554DFB; }

 span { border-color: rgb(85,77,251); }

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