Html Css Color HEX #603AF5 Neon Blue

📋 copy color: '#603AF5'

red 96 ◦ green 58 ◦ blue 245

#603AF5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #603AF5

Tints of Neon Blue #603AF5

RGB

 RED value IS 96 (37.89% from 255) = 24.06%

 GREEN value IS 58 (23.05% from 255) = 14.54%

 BLUE value IS 245 (96.09% from 255) = 61.4%

R = 24.06%
G = 14.54%
B = 61.4%

CMYK

 C value IS 0.61

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#603AF5 (or 0x603AF5) is known color: Neon Blue. HEX triplet: 60, 3A and F5. RGB value is (96,58,245). Sum of RGB (Red+Green+Blue) = 96+58+245=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 58 (23.05% from 255 or 14.54% from 399); Blue value is 245 (96.09% from 255 or 61.40% from 399); Max value from RGB is 245 - color contains mainly: blue. Hex color #603AF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603AF5 is #9FC50A. Grayscale: #595959. Windows color (decimal): -10470667 or 16071264. OLE color: 16071264.

HSL color Cylindrical-coordinate representation of color #603AF5: hue angle of 252.19º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #603AF5 is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 96 58 245 -
CMYK 0.61 0.76 0 0.04
HSL 252.19º 0.9% 0.59% -
HSV(B) 252.19º 0.76% 0.96% -
XYZ 22.82 12.11 87.52 -
YUV 90.68 215.09 131.79 -
System Red Green Blue C M Y K H S L
Decimal 96 58 245 0.61 0.76 0 0.04 252.19 0.9 0.59
Hex 60 3A F5 3D 4C 0 4 FC 5A 3B
Octal 140 72 365 75 114 0 4 374 132 73
Binary 1100000 111010 11110101 111101 1001100 0 100 11111100 1011010 111011

Color Harmonies of #603AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603AF5

Black with #603AF5

Text Example


Text Example

White with #603AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603AF5; }

 p { color: rgb(96,58,245); }

 H1.HeaderClassName
 {
   color: #603AF5;
 }
 .AnyTagClassName
 {
   color: #603AF5;
 }
</style>

background-color css

<style>
 a { background-color: #603AF5; }

 a { background-color: rgb(96,58,245); }

 div.DivClassName
 {
   background-color: #603AF5;
 }
 .BgClassName
 {
   background-color: #603AF5;
 }
</style>

border-color css

<style>
 span { border-color: #603AF5; }

 span { border-color: rgb(96,58,245); }

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