Html Css Color HEX #303FEE Neon Blue

📋 copy color: '#303FEE'

red 48 ◦ green 63 ◦ blue 238

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

Shades of Neon Blue #303FEE

Tints of Neon Blue #303FEE

RGB

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

 GREEN value IS 63 (25% from 255) = 18.05%

 BLUE value IS 238 (93.36% from 255) = 68.19%

R = 13.75%
G = 18.05%
B = 68.19%

CMYK

 C value IS 0.80

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#303FEE (or 0x303FEE) is known color: Neon Blue. HEX triplet: 30, 3F and EE. RGB value is (48,63,238). Sum of RGB (Red+Green+Blue) = 48+63+238=349 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.75% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 238 (93.36% from 255 or 68.19% from 349); Max value from RGB is 238 - color contains mainly: blue. Hex color #303FEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #303FEE is #CFC011. Grayscale: #4D4D4D. Windows color (decimal): -13615122 or 15613744. OLE color: 15613744.

HSL color Cylindrical-coordinate representation of color #303FEE: hue angle of 235.26º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #303FEE is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 63 238 -
CMYK 0.80 0.74 0 0.07
HSL 235.26º 0.85% 0.56% -
HSV(B) 235.26º 0.8% 0.93% -
XYZ 18.43 10.36 81.92 -
YUV 78.47 218.03 106.27 -
System Red Green Blue C M Y K H S L
Decimal 48 63 238 0.80 0.74 0 0.07 235.26 0.85 0.56
Hex 30 3F EE 50 4A 0 7 EB 55 38
Octal 60 77 356 120 112 0 7 353 125 70
Binary 110000 111111 11101110 1010000 1001010 0 111 11101011 1010101 111000

Color Harmonies of #303FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303FEE

Black with #303FEE

Text Example


Text Example

White with #303FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303FEE; }

 p { color: rgb(48,63,238); }

 H1.HeaderClassName
 {
   color: #303FEE;
 }
 .AnyTagClassName
 {
   color: #303FEE;
 }
</style>

background-color css

<style>
 a { background-color: #303FEE; }

 a { background-color: rgb(48,63,238); }

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

border-color css

<style>
 span { border-color: #303FEE; }

 span { border-color: rgb(48,63,238); }

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