Html Css Color HEX #603FF4 Neon Blue

📋 copy color: '#603FF4'

red 96 ◦ green 63 ◦ blue 244

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

Shades of Neon Blue #603FF4

Tints of Neon Blue #603FF4

RGB

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

 GREEN value IS 63 (25% from 255) = 15.63%

 BLUE value IS 244 (95.7% from 255) = 60.55%

R = 23.82%
G = 15.63%
B = 60.55%

CMYK

 C value IS 0.61

 M value IS 0.74

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#603FF4 (or 0x603FF4) is known color: Neon Blue. HEX triplet: 60, 3F and F4. RGB value is (96,63,244). Sum of RGB (Red+Green+Blue) = 96+63+244=403 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.82% from 403); Green value is 63 (25% from 255 or 15.63% from 403); Blue value is 244 (95.70% from 255 or 60.55% from 403); Max value from RGB is 244 - color contains mainly: blue. Hex color #603FF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603FF4 is #9FC00B. Grayscale: #5C5C5C. Windows color (decimal): -10469388 or 16007008. OLE color: 16007008.

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

Color convert

RGB 96 63 244 -
CMYK 0.61 0.74 0 0.04
HSL 250.94º 0.89% 0.6% -
HSV(B) 250.94º 0.74% 0.96% -
XYZ 22.93 12.57 86.81 -
YUV 93.5 212.93 129.78 -
System Red Green Blue C M Y K H S L
Decimal 96 63 244 0.61 0.74 0 0.04 250.94 0.89 0.6
Hex 60 3F F4 3D 4A 0 4 FB 59 3C
Octal 140 77 364 75 112 0 4 373 131 74
Binary 1100000 111111 11110100 111101 1001010 0 100 11111011 1011001 111100

Color Harmonies of #603FF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603FF4

Black with #603FF4

Text Example


Text Example

White with #603FF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,63,244); }

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

background-color css

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

 a { background-color: rgb(96,63,244); }

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

border-color css

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

 span { border-color: rgb(96,63,244); }

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