Html Css Color HEX #603CF3 Neon Blue

📋 copy color: '#603CF3'

red 96 ◦ green 60 ◦ blue 243

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

Shades of Neon Blue #603CF3

Tints of Neon Blue #603CF3

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.04%

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

R = 24.06%
G = 15.04%
B = 60.9%

CMYK

 C value IS 0.60

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#603CF3 (or 0x603CF3) is known color: Neon Blue. HEX triplet: 60, 3C and F3. RGB value is (96,60,243). Sum of RGB (Red+Green+Blue) = 96+60+243=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 243 (95.31% from 255 or 60.90% from 399); Max value from RGB is 243 - color contains mainly: blue. Hex color #603CF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603CF3 is #9FC30C. Grayscale: #5A5A5A. Windows color (decimal): -10470157 or 15940704. OLE color: 15940704.

HSL color Cylindrical-coordinate representation of color #603CF3: hue angle of 251.8º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #603CF3 is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 96 60 243 -
CMYK 0.60 0.75 0 0.05
HSL 251.8º 0.88% 0.59% -
HSV(B) 251.8º 0.75% 0.95% -
XYZ 22.62 12.19 85.95 -
YUV 91.63 213.43 131.12 -
System Red Green Blue C M Y K H S L
Decimal 96 60 243 0.60 0.75 0 0.05 251.8 0.88 0.59
Hex 60 3C F3 3C 4B 0 5 FC 58 3B
Octal 140 74 363 74 113 0 5 374 130 73
Binary 1100000 111100 11110011 111100 1001011 0 101 11111100 1011000 111011

Color Harmonies of #603CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603CF3

Black with #603CF3

Text Example


Text Example

White with #603CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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