#5838FB

Color #5838FB Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #5838FB

Tints of Neon Blue #5838FB

Color information

#5838FB (or 0x5838FB) is unknown color: approx Neon Blue. HEX triplet: 58, 38 and FB. RGB value is (88,56,251). Sum of RGB (Red+Green+Blue) = 88+56+251=395 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.28% from 395); Green value is 56 (22.27% from 255 or 14.18% from 395); Blue value is 251 (98.44% from 255 or 63.54% from 395); Max value from RGB is 251 - color contains mainly: blue. Hex color #5838FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5838FB is #A7C704. Grayscale: #575757. Windows color (decimal): -10995461 or 16463960. OLE color: 16463960.

HSL color Cylindrical-coordinate representation of color #5838FB: hue angle of 249.85º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5838FB is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8856251-
CMYK0.650.7800.02
HSL249.85º96.06%60.2%-
HSV(B)249.85º77.69%98.43%-
XYZ22.8511.8792.35-
YUV87.8220.1128.14-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.28%
GREEN value IS 56 (22.27% from 255) = 14.18%
BLUE value IS 251 (98.44% from 255) = 63.54%
R=22.28%
G=14.18%
B=63.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal88562510.650.7800.02249.8596.0660.2
Hex5838FB414E02fa603c
Octal130703731011160237214074
Binary10110001110001111101110000011001110010111110101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5838FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5838FB; }

 p { color: rgb(88,56,251); }

 H1.HeaderClassName
 {
   color: #5838FB;
 }
 .AnyTagClassName
 {
   color: #5838FB;
 }
</style>
background-color css

<style>
 a { background-color: #5838FB; }

 a { background-color: rgb(88,56,251); }

 div.DivClassName
 {
   background-color: #5838FB;
 }
 .BgClassName
 {
   background-color: #5838FB;
 }
</style>
border-color css

<style>
 span { border-color: #5838FB; }

 span { border-color: rgb(88,56,251); }

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