Html Css Color HEX #6244EA Neon Blue

📋 copy color: '#6244EA'

red 98 ◦ green 68 ◦ blue 234

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

Shades of Neon Blue #6244EA

Tints of Neon Blue #6244EA

RGB

 RED value IS 98 (38.67% from 255) = 24.5%

 GREEN value IS 68 (26.95% from 255) = 17%

 BLUE value IS 234 (91.8% from 255) = 58.5%

R = 24.5%
G = 17%
B = 58.5%

CMYK

 C value IS 0.58

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6244EA (or 0x6244EA) is known color: Neon Blue. HEX triplet: 62, 44 and EA. RGB value is (98,68,234). Sum of RGB (Red+Green+Blue) = 98+68+234=400 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.5% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 234 (91.80% from 255 or 58.5% from 400); Max value from RGB is 234 - color contains mainly: blue. Hex color #6244EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6244EA is #9DBB15. Grayscale: #5F5F5F. Windows color (decimal): -10337046 or 15352930. OLE color: 15352930.

HSL color Cylindrical-coordinate representation of color #6244EA: hue angle of 250.84º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6244EA is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 98 68 234 -
CMYK 0.58 0.71 0 0.08
HSL 250.84º 0.8% 0.59% -
HSV(B) 250.84º 0.71% 0.92% -
XYZ 21.96 12.67 79.13 -
YUV 95.89 205.94 129.5 -
System Red Green Blue C M Y K H S L
Decimal 98 68 234 0.58 0.71 0 0.08 250.84 0.8 0.59
Hex 62 44 EA 3A 47 0 8 FB 50 3B
Octal 142 104 352 72 107 0 10 373 120 73
Binary 1100010 1000100 11101010 111010 1000111 0 1000 11111011 1010000 111011

Color Harmonies of #6244EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6244EA

Black with #6244EA

Text Example


Text Example

White with #6244EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6244EA; }

 p { color: rgb(98,68,234); }

 H1.HeaderClassName
 {
   color: #6244EA;
 }
 .AnyTagClassName
 {
   color: #6244EA;
 }
</style>

background-color css

<style>
 a { background-color: #6244EA; }

 a { background-color: rgb(98,68,234); }

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

border-color css

<style>
 span { border-color: #6244EA; }

 span { border-color: rgb(98,68,234); }

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