Html Css Color HEX #3640FD Neon Blue

📋 copy color: '#3640FD'

red 54 ◦ green 64 ◦ blue 253

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

Shades of Neon Blue #3640FD

Tints of Neon Blue #3640FD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.25%

 BLUE value IS 253 (99.22% from 255) = 68.19%

R = 14.56%
G = 17.25%
B = 68.19%

CMYK

 C value IS 0.79

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3640FD (or 0x3640FD) is known color: Neon Blue. HEX triplet: 36, 40 and FD. RGB value is (54,64,253). Sum of RGB (Red+Green+Blue) = 54+64+253=371 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.56% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 253 (99.22% from 255 or 68.19% from 371); Max value from RGB is 253 - color contains mainly: blue. Hex color #3640FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3640FD is #C9BF02. Grayscale: #515151. Windows color (decimal): -13221635 or 16597046. OLE color: 16597046.

HSL color Cylindrical-coordinate representation of color #3640FD: hue angle of 236.98º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3640FD is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 54 64 253 -
CMYK 0.79 0.75 0 0.01
HSL 236.98º 0.98% 0.6% -
HSV(B) 236.98º 0.79% 0.99% -
XYZ 21.08 11.54 94.05 -
YUV 82.56 224.19 107.63 -
System Red Green Blue C M Y K H S L
Decimal 54 64 253 0.79 0.75 0 0.01 236.98 0.98 0.6
Hex 36 40 FD 4F 4B 0 1 ED 62 3C
Octal 66 100 375 117 113 0 1 355 142 74
Binary 110110 1000000 11111101 1001111 1001011 0 1 11101101 1100010 111100

Color Harmonies of #3640FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3640FD

Black with #3640FD

Text Example


Text Example

White with #3640FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3640FD; }

 p { color: rgb(54,64,253); }

 H1.HeaderClassName
 {
   color: #3640FD;
 }
 .AnyTagClassName
 {
   color: #3640FD;
 }
</style>

background-color css

<style>
 a { background-color: #3640FD; }

 a { background-color: rgb(54,64,253); }

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

border-color css

<style>
 span { border-color: #3640FD; }

 span { border-color: rgb(54,64,253); }

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