Html Css Color HEX #554EFE Neon Blue

📋 copy color: '#554EFE'

red 85 ◦ green 78 ◦ blue 254

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

Shades of Neon Blue #554EFE

Tints of Neon Blue #554EFE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.71%

 BLUE value IS 254 (99.61% from 255) = 60.91%

R = 20.38%
G = 18.71%
B = 60.91%

CMYK

 C value IS 0.67

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#554EFE (or 0x554EFE) is known color: Neon Blue. HEX triplet: 55, 4E and FE. RGB value is (85,78,254). Sum of RGB (Red+Green+Blue) = 85+78+254=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #554EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #554EFE is #AAB101. Grayscale: #636363. Windows color (decimal): -11186434 or 16666197. OLE color: 16666197.

HSL color Cylindrical-coordinate representation of color #554EFE: hue angle of 242.39º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #554EFE is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 85 78 254 -
CMYK 0.67 0.69 0 0.00
HSL 242.39º 0.99% 0.65% -
HSV(B) 242.39º 0.69% 1% -
XYZ 24.36 14.54 95.29 -
YUV 100.16 214.82 117.19 -
System Red Green Blue C M Y K H S L
Decimal 85 78 254 0.67 0.69 0 0.00 242.39 0.99 0.65
Hex 55 4E FE 43 45 0 0 F2 63 41
Octal 125 116 376 103 105 0 0 362 143 101
Binary 1010101 1001110 11111110 1000011 1000101 0 0 11110010 1100011 1000001

Color Harmonies of #554EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554EFE

Black with #554EFE

Text Example


Text Example

White with #554EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,78,254); }

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

background-color css

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

 a { background-color: rgb(85,78,254); }

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

border-color css

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

 span { border-color: rgb(85,78,254); }

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