Html Css Color HEX #5C5FFB Neon Blue

📋 copy color: '#5C5FFB'

red 92 ◦ green 95 ◦ blue 251

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

Shades of Neon Blue #5C5FFB

Tints of Neon Blue #5C5FFB

RGB

 RED value IS 92 (36.33% from 255) = 21%

 GREEN value IS 95 (37.5% from 255) = 21.69%

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

R = 21%
G = 21.69%
B = 57.31%

CMYK

 C value IS 0.63

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5C5FFB (or 0x5C5FFB) is known color: Neon Blue. HEX triplet: 5C, 5F and FB. RGB value is (92,95,251). Sum of RGB (Red+Green+Blue) = 92+95+251=438 (58% of max value = 765). Red value is 92 (36.33% from 255 or 21.00% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 251 (98.44% from 255 or 57.31% from 438); Max value from RGB is 251 - color contains mainly: blue. Hex color #5C5FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C5FFB is #A3A004. Grayscale: #6F6F6F. Windows color (decimal): -10723333 or 16473948. OLE color: 16473948.

HSL color Cylindrical-coordinate representation of color #5C5FFB: hue angle of 238.87º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C5FFB is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 92 95 251 -
CMYK 0.63 0.62 0 0.02
HSL 238.87º 0.95% 0.67% -
HSV(B) 238.87º 0.63% 0.98% -
XYZ 25.92 17.42 93.26 -
YUV 111.89 206.51 113.82 -
System Red Green Blue C M Y K H S L
Decimal 92 95 251 0.63 0.62 0 0.02 238.87 0.95 0.67
Hex 5C 5F FB 3F 3E 0 2 EF 5F 43
Octal 134 137 373 77 76 0 2 357 137 103
Binary 1011100 1011111 11111011 111111 111110 0 10 11101111 1011111 1000011

Color Harmonies of #5C5FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5FFB

Black with #5C5FFB

Text Example


Text Example

White with #5C5FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C5FFB; }

 p { color: rgb(92,95,251); }

 H1.HeaderClassName
 {
   color: #5C5FFB;
 }
 .AnyTagClassName
 {
   color: #5C5FFB;
 }
</style>

background-color css

<style>
 a { background-color: #5C5FFB; }

 a { background-color: rgb(92,95,251); }

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

border-color css

<style>
 span { border-color: #5C5FFB; }

 span { border-color: rgb(92,95,251); }

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