#453af1

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

Shades of Neon Blue #453AF1

Tints of Neon Blue #453AF1

Color information

#453AF1 (or 0x453AF1) is unknown color: approx Neon Blue. HEX triplet: 45, 3A and F1. RGB value is (69,58,241). Sum of RGB (Red+Green+Blue) = 69+58+241=368 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.75% from 368); Green value is 58 (23.05% from 255 or 15.76% from 368); Blue value is 241 (94.53% from 255 or 65.49% from 368); Max value from RGB is 241 - color contains mainly: blue. Hex color #453AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #453AF1 is #BAC50E. Grayscale: #515151. Windows color (decimal): -12240143 or 15809093. OLE color: 15809093.

HSL color Cylindrical-coordinate representation of color #453AF1: hue angle of 243.61º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #453AF1 is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6958241-
CMYK0.710.7600.05
HSL243.61º86.73%58.63%-
HSV(B)243.61º75.93%94.51%-
XYZ19.8410.6484.23-
YUV82.15217.64118.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.75%
GREEN value IS 58 (23.05% from 255) = 15.76%
BLUE value IS 241 (94.53% from 255) = 65.49%
R=18.75%
G=15.76%
B=65.49%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal69582410.710.7600.05243.6186.7358.63
Hex453AF1474C05f4573b
Octal105723611071140536412773
Binary100010111101011110001100011110011000101111101001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453af1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453af1; }

 p { color: rgb(69,58,241); }

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

<style>
 a { background-color: #453af1; }

 a { background-color: rgb(69,58,241); }

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

<style>
 span { border-color: #453af1; }

 span { border-color: rgb(69,58,241); }

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