Html Css Color HEX #603AF3 Neon Blue

📋 copy color: '#603AF3'

red 96 ◦ green 58 ◦ blue 243

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

Shades of Neon Blue #603AF3

Tints of Neon Blue #603AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 61.21%

R = 24.18%
G = 14.61%
B = 61.21%

CMYK

 C value IS 0.60

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#603AF3 (or 0x603AF3) is known color: Neon Blue. HEX triplet: 60, 3A and F3. RGB value is (96,58,243). Sum of RGB (Red+Green+Blue) = 96+58+243=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 58 (23.05% from 255 or 14.61% from 397); Blue value is 243 (95.31% from 255 or 61.21% from 397); Max value from RGB is 243 - color contains mainly: blue. Hex color #603AF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603AF3 is #9FC50C. Grayscale: #595959. Windows color (decimal): -10470669 or 15940192. OLE color: 15940192.

HSL color Cylindrical-coordinate representation of color #603AF3: hue angle of 252.32º degrees, saturation: 0.89, 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 #603AF3 is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 96 58 243 -
CMYK 0.60 0.76 0 0.05
HSL 252.32º 0.89% 0.59% -
HSV(B) 252.32º 0.76% 0.95% -
XYZ 22.51 11.98 85.92 -
YUV 90.45 214.09 131.96 -
System Red Green Blue C M Y K H S L
Decimal 96 58 243 0.60 0.76 0 0.05 252.32 0.89 0.59
Hex 60 3A F3 3C 4C 0 5 FC 59 3B
Octal 140 72 363 74 114 0 5 374 131 73
Binary 1100000 111010 11110011 111100 1001100 0 101 11111100 1011001 111011

Color Harmonies of #603AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603AF3

Black with #603AF3

Text Example


Text Example

White with #603AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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