Html Css Color HEX #3040FA Neon Blue

📋 copy color: '#3040FA'

red 48 ◦ green 64 ◦ blue 250

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

Shades of Neon Blue #3040FA

Tints of Neon Blue #3040FA

RGB

 RED value IS 48 (19.14% from 255) = 13.26%

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

 BLUE value IS 250 (98.05% from 255) = 69.06%

R = 13.26%
G = 17.68%
B = 69.06%

CMYK

 C value IS 0.81

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3040FA (or 0x3040FA) is known color: Neon Blue. HEX triplet: 30, 40 and FA. RGB value is (48,64,250). Sum of RGB (Red+Green+Blue) = 48+64+250=362 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.26% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 250 (98.05% from 255 or 69.06% from 362); Max value from RGB is 250 - color contains mainly: blue. Hex color #3040FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3040FA is #CFBF05. Grayscale: #4F4F4F. Windows color (decimal): -13614854 or 16400432. OLE color: 16400432.

HSL color Cylindrical-coordinate representation of color #3040FA: hue angle of 235.25º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3040FA is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 64 250 -
CMYK 0.81 0.74 0 0.02
HSL 235.25º 0.95% 0.58% -
HSV(B) 235.25º 0.81% 0.98% -
XYZ 20.31 11.2 91.53 -
YUV 80.42 223.7 104.88 -
System Red Green Blue C M Y K H S L
Decimal 48 64 250 0.81 0.74 0 0.02 235.25 0.95 0.58
Hex 30 40 FA 51 4A 0 2 EB 5F 3A
Octal 60 100 372 121 112 0 2 353 137 72
Binary 110000 1000000 11111010 1010001 1001010 0 10 11101011 1011111 111010

Color Harmonies of #3040FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3040FA

Black with #3040FA

Text Example


Text Example

White with #3040FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3040FA; }

 p { color: rgb(48,64,250); }

 H1.HeaderClassName
 {
   color: #3040FA;
 }
 .AnyTagClassName
 {
   color: #3040FA;
 }
</style>

background-color css

<style>
 a { background-color: #3040FA; }

 a { background-color: rgb(48,64,250); }

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

border-color css

<style>
 span { border-color: #3040FA; }

 span { border-color: rgb(48,64,250); }

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