Html Css Color HEX #603DF5 Neon Blue

📋 copy color: '#603DF5'

red 96 ◦ green 61 ◦ blue 245

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

Shades of Neon Blue #603DF5

Tints of Neon Blue #603DF5

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.17%

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

R = 23.88%
G = 15.17%
B = 60.95%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#603DF5 (or 0x603DF5) is known color: Neon Blue. HEX triplet: 60, 3D and F5. RGB value is (96,61,245). Sum of RGB (Red+Green+Blue) = 96+61+245=402 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.88% from 402); Green value is 61 (24.22% from 255 or 15.17% from 402); Blue value is 245 (96.09% from 255 or 60.95% from 402); Max value from RGB is 245 - color contains mainly: blue. Hex color #603DF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603DF5 is #9FC20A. Grayscale: #5B5B5B. Windows color (decimal): -10469899 or 16072032. OLE color: 16072032.

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

Color convert

RGB 96 61 245 -
CMYK 0.61 0.75 0 0.04
HSL 251.41º 0.9% 0.6% -
HSV(B) 251.41º 0.75% 0.96% -
XYZ 22.97 12.42 87.57 -
YUV 92.44 214.1 130.54 -
System Red Green Blue C M Y K H S L
Decimal 96 61 245 0.61 0.75 0 0.04 251.41 0.9 0.6
Hex 60 3D F5 3D 4B 0 4 FB 5A 3C
Octal 140 75 365 75 113 0 4 373 132 74
Binary 1100000 111101 11110101 111101 1001011 0 100 11111011 1011010 111100

Color Harmonies of #603DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603DF5

Black with #603DF5

Text Example


Text Example

White with #603DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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