#605AFA

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

Shades of Neon Blue #605AFA

Tints of Neon Blue #605AFA

Color information

#605AFA (or 0x605AFA) is unknown color: approx Neon Blue. HEX triplet: 60, 5A and FA. RGB value is (96,90,250). Sum of RGB (Red+Green+Blue) = 96+90+250=436 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.02% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #605AFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #605AFA is #9FA505. Grayscale: #6D6D6D. Windows color (decimal): -10462470 or 16407136. OLE color: 16407136.

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

Color convert

RGB9690250-
CMYK0.620.6400.02
HSL242.25º94.12%66.67%-
HSV(B)242.25º64%98.04%-
XYZ25.7416.792.31-
YUV110.03206.99117.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.02%
GREEN value IS 90 (35.55% from 255) = 20.64%
BLUE value IS 250 (98.05% from 255) = 57.34%
R=22.02%
G=20.64%
B=57.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal96902500.620.6400.02242.2594.1266.67
Hex605AFA3E4002f25e43
Octal1401323727610002362136103
Binary110000010110101111101011111010000000101111001010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605AFA; }

 p { color: rgb(96,90,250); }

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

<style>
 a { background-color: #605AFA; }

 a { background-color: rgb(96,90,250); }

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

<style>
 span { border-color: #605AFA; }

 span { border-color: rgb(96,90,250); }

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