#604AF1

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

Shades of Neon Blue #604AF1

Tints of Neon Blue #604AF1

Color information

#604AF1 (or 0x604AF1) is unknown color: approx Neon Blue. HEX triplet: 60, 4A and F1. RGB value is (96,74,241). Sum of RGB (Red+Green+Blue) = 96+74+241=411 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.36% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 241 (94.53% from 255 or 58.64% from 411); Max value from RGB is 241 - color contains mainly: blue. Hex color #604AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #604AF1 is #9FB50E. Grayscale: #626262. Windows color (decimal): -10466575 or 15813216. OLE color: 15813216.

HSL color Cylindrical-coordinate representation of color #604AF1: hue angle of 247.9º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #604AF1 is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9674241-
CMYK0.600.6900.05
HSL247.9º85.64%61.76%-
HSV(B)247.9º69.29%94.51%-
XYZ23.1513.7484.65-
YUV99.62207.79125.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.36%
GREEN value IS 74 (29.30% from 255) = 18.00%
BLUE value IS 241 (94.53% from 255) = 58.64%
R=23.36%
G=18.00%
B=58.64%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal96742410.600.6900.05247.985.6461.76
Hex604AF13C4505f8563e
Octal140112361741050537012676
Binary110000010010101111000111110010001010101111110001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604AF1; }

 p { color: rgb(96,74,241); }

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

<style>
 a { background-color: #604AF1; }

 a { background-color: rgb(96,74,241); }

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

<style>
 span { border-color: #604AF1; }

 span { border-color: rgb(96,74,241); }

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