Html Css Color HEX #3038F7 Neon Blue

📋 copy color: '#3038F7'

red 48 ◦ green 56 ◦ blue 247

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

Shades of Neon Blue #3038F7

Tints of Neon Blue #3038F7

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.95%

 BLUE value IS 247 (96.88% from 255) = 70.37%

R = 13.68%
G = 15.95%
B = 70.37%

CMYK

 C value IS 0.81

 M value IS 0.77

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#3038F7 (or 0x3038F7) is known color: Neon Blue. HEX triplet: 30, 38 and F7. RGB value is (48,56,247). Sum of RGB (Red+Green+Blue) = 48+56+247=351 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.68% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 247 (96.88% from 255 or 70.37% from 351); Max value from RGB is 247 - color contains mainly: blue. Hex color #3038F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3038F7 is #CFC708. Grayscale: #4A4A4A. Windows color (decimal): -13616905 or 16201776. OLE color: 16201776.

HSL color Cylindrical-coordinate representation of color #3038F7: hue angle of 237.59º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3038F7 is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 48 56 247 -
CMYK 0.81 0.77 0 0.03
HSL 237.59º 0.93% 0.58% -
HSV(B) 237.59º 0.81% 0.97% -
XYZ 19.42 10.17 88.94 -
YUV 75.38 224.85 108.47 -
System Red Green Blue C M Y K H S L
Decimal 48 56 247 0.81 0.77 0 0.03 237.59 0.93 0.58
Hex 30 38 F7 51 4D 0 3 EE 5D 3A
Octal 60 70 367 121 115 0 3 356 135 72
Binary 110000 111000 11110111 1010001 1001101 0 11 11101110 1011101 111010

Color Harmonies of #3038F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3038F7

Black with #3038F7

Text Example


Text Example

White with #3038F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3038F7; }

 p { color: rgb(48,56,247); }

 H1.HeaderClassName
 {
   color: #3038F7;
 }
 .AnyTagClassName
 {
   color: #3038F7;
 }
</style>

background-color css

<style>
 a { background-color: #3038F7; }

 a { background-color: rgb(48,56,247); }

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

border-color css

<style>
 span { border-color: #3038F7; }

 span { border-color: rgb(48,56,247); }

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