Html Css Color HEX #2740FD Neon Blue

📋 copy color: '#2740FD'

red 39 ◦ green 64 ◦ blue 253

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

Shades of Neon Blue #2740FD

Tints of Neon Blue #2740FD

RGB

 RED value IS 39 (15.63% from 255) = 10.96%

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

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

R = 10.96%
G = 17.98%
B = 71.07%

CMYK

 C value IS 0.85

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2740FD (or 0x2740FD) is known color: Neon Blue. HEX triplet: 27, 40 and FD. RGB value is (39,64,253). Sum of RGB (Red+Green+Blue) = 39+64+253=356 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.96% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 253 (99.22% from 255 or 71.07% from 356); Max value from RGB is 253 - color contains mainly: blue. Hex color #2740FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2740FD is #D8BF02. Grayscale: #4D4D4D. Windows color (decimal): -14204675 or 16597031. OLE color: 16597031.

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

Color convert

RGB 39 64 253 -
CMYK 0.85 0.75 0 0.01
HSL 232.99º 0.98% 0.57% -
HSV(B) 232.99º 0.85% 0.99% -
XYZ 20.4 11.19 94.01 -
YUV 78.07 226.72 100.13 -
System Red Green Blue C M Y K H S L
Decimal 39 64 253 0.85 0.75 0 0.01 232.99 0.98 0.57
Hex 27 40 FD 55 4B 0 1 E9 62 39
Octal 47 100 375 125 113 0 1 351 142 71
Binary 100111 1000000 11111101 1010101 1001011 0 1 11101001 1100010 111001

Color Harmonies of #2740FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2740FD

Black with #2740FD

Text Example


Text Example

White with #2740FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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