Html Css Color HEX #263FEA Neon Blue

📋 copy color: '#263FEA'

red 38 ◦ green 63 ◦ blue 234

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

Shades of Neon Blue #263FEA

Tints of Neon Blue #263FEA

RGB

 RED value IS 38 (15.23% from 255) = 11.34%

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

 BLUE value IS 234 (91.8% from 255) = 69.85%

R = 11.34%
G = 18.81%
B = 69.85%

CMYK

 C value IS 0.84

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#263FEA (or 0x263FEA) is known color: Neon Blue. HEX triplet: 26, 3F and EA. RGB value is (38,63,234). Sum of RGB (Red+Green+Blue) = 38+63+234=335 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.34% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 234 (91.80% from 255 or 69.85% from 335); Max value from RGB is 234 - color contains mainly: blue. Hex color #263FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263FEA is #D9C015. Grayscale: #4A4A4A. Windows color (decimal): -14270486 or 15351590. OLE color: 15351590.

HSL color Cylindrical-coordinate representation of color #263FEA: hue angle of 232.35º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #263FEA is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 38 63 234 -
CMYK 0.84 0.73 0 0.08
HSL 232.35º 0.82% 0.53% -
HSV(B) 232.35º 0.84% 0.92% -
XYZ 17.43 9.91 78.84 -
YUV 75.02 217.72 101.6 -
System Red Green Blue C M Y K H S L
Decimal 38 63 234 0.84 0.73 0 0.08 232.35 0.82 0.53
Hex 26 3F EA 54 49 0 8 E8 52 35
Octal 46 77 352 124 111 0 10 350 122 65
Binary 100110 111111 11101010 1010100 1001001 0 1000 11101000 1010010 110101

Color Harmonies of #263FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263FEA

Black with #263FEA

Text Example


Text Example

White with #263FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263FEA; }

 p { color: rgb(38,63,234); }

 H1.HeaderClassName
 {
   color: #263FEA;
 }
 .AnyTagClassName
 {
   color: #263FEA;
 }
</style>

background-color css

<style>
 a { background-color: #263FEA; }

 a { background-color: rgb(38,63,234); }

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

border-color css

<style>
 span { border-color: #263FEA; }

 span { border-color: rgb(38,63,234); }

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