Html Css Color HEX #3642EF Neon Blue

📋 copy color: '#3642EF'

red 54 ◦ green 66 ◦ blue 239

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

Shades of Neon Blue #3642EF

Tints of Neon Blue #3642EF

RGB

 RED value IS 54 (21.48% from 255) = 15.04%

 GREEN value IS 66 (26.17% from 255) = 18.38%

 BLUE value IS 239 (93.75% from 255) = 66.57%

R = 15.04%
G = 18.38%
B = 66.57%

CMYK

 C value IS 0.77

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3642EF (or 0x3642EF) is known color: Neon Blue. HEX triplet: 36, 42 and EF. RGB value is (54,66,239). Sum of RGB (Red+Green+Blue) = 54+66+239=359 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.04% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 239 (93.75% from 255 or 66.57% from 359); Max value from RGB is 239 - color contains mainly: blue. Hex color #3642EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3642EF is #C9BD10. Grayscale: #515151. Windows color (decimal): -13221137 or 15680054. OLE color: 15680054.

HSL color Cylindrical-coordinate representation of color #3642EF: hue angle of 236.11º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3642EF is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 54 66 239 -
CMYK 0.77 0.72 0 0.06
HSL 236.11º 0.85% 0.57% -
HSV(B) 236.11º 0.77% 0.94% -
XYZ 19.05 10.91 82.76 -
YUV 82.13 216.52 107.93 -
System Red Green Blue C M Y K H S L
Decimal 54 66 239 0.77 0.72 0 0.06 236.11 0.85 0.57
Hex 36 42 EF 4D 48 0 6 EC 55 39
Octal 66 102 357 115 110 0 6 354 125 71
Binary 110110 1000010 11101111 1001101 1001000 0 110 11101100 1010101 111001

Color Harmonies of #3642EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3642EF

Black with #3642EF

Text Example


Text Example

White with #3642EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3642EF; }

 p { color: rgb(54,66,239); }

 H1.HeaderClassName
 {
   color: #3642EF;
 }
 .AnyTagClassName
 {
   color: #3642EF;
 }
</style>

background-color css

<style>
 a { background-color: #3642EF; }

 a { background-color: rgb(54,66,239); }

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

border-color css

<style>
 span { border-color: #3642EF; }

 span { border-color: rgb(54,66,239); }

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