Html Css Color HEX #603EFC Neon Blue

📋 copy color: '#603EFC'

red 96 ◦ green 62 ◦ blue 252

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

Shades of Neon Blue #603EFC

Tints of Neon Blue #603EFC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.12%

 BLUE value IS 252 (98.83% from 255) = 61.46%

R = 23.41%
G = 15.12%
B = 61.46%

CMYK

 C value IS 0.62

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#603EFC (or 0x603EFC) is known color: Neon Blue. HEX triplet: 60, 3E and FC. RGB value is (96,62,252). Sum of RGB (Red+Green+Blue) = 96+62+252=410 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.41% from 410); Green value is 62 (24.61% from 255 or 15.12% from 410); Blue value is 252 (98.83% from 255 or 61.46% from 410); Max value from RGB is 252 - color contains mainly: blue. Hex color #603EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603EFC is #9FC103. Grayscale: #5D5D5D. Windows color (decimal): -10469636 or 16531040. OLE color: 16531040.

HSL color Cylindrical-coordinate representation of color #603EFC: hue angle of 250.74º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #603EFC is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 62 252 -
CMYK 0.62 0.75 0 0.01
HSL 250.74º 0.97% 0.62% -
HSV(B) 250.74º 0.75% 0.99% -
XYZ 24.12 12.96 93.33 -
YUV 93.83 217.26 129.55 -
System Red Green Blue C M Y K H S L
Decimal 96 62 252 0.62 0.75 0 0.01 250.74 0.97 0.62
Hex 60 3E FC 3E 4B 0 1 FB 61 3E
Octal 140 76 374 76 113 0 1 373 141 76
Binary 1100000 111110 11111100 111110 1001011 0 1 11111011 1100001 111110

Color Harmonies of #603EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603EFC

Black with #603EFC

Text Example


Text Example

White with #603EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,62,252); }

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

background-color css

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

 a { background-color: rgb(96,62,252); }

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

border-color css

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

 span { border-color: rgb(96,62,252); }

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