Html Css Color HEX #603DF0 Neon Blue

📋 copy color: '#603DF0'

red 96 ◦ green 61 ◦ blue 240

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

Shades of Neon Blue #603DF0

Tints of Neon Blue #603DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 60.45%

R = 24.18%
G = 15.37%
B = 60.45%

CMYK

 C value IS 0.6

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#603DF0 (or 0x603DF0) is known color: Neon Blue. HEX triplet: 60, 3D and F0. RGB value is (96,61,240). Sum of RGB (Red+Green+Blue) = 96+61+240=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 240 (94.14% from 255 or 60.45% from 397); Max value from RGB is 240 - color contains mainly: blue. Hex color #603DF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603DF0 is #9FC20F. Grayscale: #5B5B5B. Windows color (decimal): -10469904 or 15744352. OLE color: 15744352.

HSL color Cylindrical-coordinate representation of color #603DF0: hue angle of 251.73º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #603DF0 is Cyan = 0.6, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 61 240 -
CMYK 0.6 0.75 0 0.06
HSL 251.73º 0.86% 0.59% -
HSV(B) 251.73º 0.75% 0.94% -
XYZ 22.22 12.12 83.61 -
YUV 91.87 211.6 130.95 -
System Red Green Blue C M Y K H S L
Decimal 96 61 240 0.6 0.75 0 0.06 251.73 0.86 0.59
Hex 60 3D F0 3C 4B 0 6 FC 56 3B
Octal 140 75 360 74 113 0 6 374 126 73
Binary 1100000 111101 11110000 111100 1001011 0 110 11111100 1010110 111011

Color Harmonies of #603DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603DF0

Black with #603DF0

Text Example


Text Example

White with #603DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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