#4458F6

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

Shades of Neon Blue #4458F6

Tints of Neon Blue #4458F6

Color information

#4458F6 (or 0x4458F6) is unknown color: approx Neon Blue. HEX triplet: 44, 58 and F6. RGB value is (68,88,246). Sum of RGB (Red+Green+Blue) = 68+88+246=402 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.92% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 246 (96.48% from 255 or 61.19% from 402); Max value from RGB is 246 - color contains mainly: blue. Hex color #4458F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4458F6 is #BBA709. Grayscale: #636363. Windows color (decimal): -12297994 or 16144452. OLE color: 16144452.

HSL color Cylindrical-coordinate representation of color #4458F6: hue angle of 233.26º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4458F6 is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB6888246-
CMYK0.720.6400.04
HSL233.26º90.82%61.57%-
HSV(B)233.26º72.36%96.47%-
XYZ22.5114.8688.87-
YUV100.03210.37105.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.92%
GREEN value IS 88 (34.77% from 255) = 21.89%
BLUE value IS 246 (96.48% from 255) = 61.19%
R=16.92%
G=21.89%
B=61.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal68882460.720.6400.04233.2690.8261.57
Hex4458F6484004e95b3e
Octal1041303661101000435113376
Binary1000100101100011110110100100010000000100111010011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4458F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4458F6; }

 p { color: rgb(68,88,246); }

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

<style>
 a { background-color: #4458F6; }

 a { background-color: rgb(68,88,246); }

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

<style>
 span { border-color: #4458F6; }

 span { border-color: rgb(68,88,246); }

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