Html Css Color HEX #653CF2 Neon Blue

📋 copy color: '#653CF2'

red 101 ◦ green 60 ◦ blue 242

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

Shades of Neon Blue #653CF2

Tints of Neon Blue #653CF2

RGB

 RED value IS 101 (39.84% from 255) = 25.06%

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

 BLUE value IS 242 (94.92% from 255) = 60.05%

R = 25.06%
G = 14.89%
B = 60.05%

CMYK

 C value IS 0.58

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#653CF2 (or 0x653CF2) is known color: Neon Blue. HEX triplet: 65, 3C and F2. RGB value is (101,60,242). Sum of RGB (Red+Green+Blue) = 101+60+242=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 60 (23.83% from 255 or 14.89% from 403); Blue value is 242 (94.92% from 255 or 60.05% from 403); Max value from RGB is 242 - color contains mainly: blue. Hex color #653CF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #653CF2 is #9AC30D. Grayscale: #5C5C5C. Windows color (decimal): -10142478 or 15875173. OLE color: 15875173.

HSL color Cylindrical-coordinate representation of color #653CF2: hue angle of 253.52º 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 #653CF2 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 101 60 242 -
CMYK 0.58 0.75 0 0.05
HSL 253.52º 0.88% 0.59% -
HSV(B) 253.52º 0.75% 0.95% -
XYZ 23.01 12.41 85.19 -
YUV 93.01 212.08 133.7 -
System Red Green Blue C M Y K H S L
Decimal 101 60 242 0.58 0.75 0 0.05 253.52 0.88 0.59
Hex 65 3C F2 3A 4B 0 5 FE 58 3B
Octal 145 74 362 72 113 0 5 376 130 73
Binary 1100101 111100 11110010 111010 1001011 0 101 11111110 1011000 111011

Color Harmonies of #653CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653CF2

Black with #653CF2

Text Example


Text Example

White with #653CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653CF2; }

 p { color: rgb(101,60,242); }

 H1.HeaderClassName
 {
   color: #653CF2;
 }
 .AnyTagClassName
 {
   color: #653CF2;
 }
</style>

background-color css

<style>
 a { background-color: #653CF2; }

 a { background-color: rgb(101,60,242); }

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

border-color css

<style>
 span { border-color: #653CF2; }

 span { border-color: rgb(101,60,242); }

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